File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ _realname="git-lfs"
4
4
pkgbase=" mingw-w64-${_realname} "
5
5
pkgname=(" ${MINGW_PACKAGE_PREFIX} -${_realname} " )
6
6
pkgver=3.3.0
7
- pkgrel=1
7
+ pkgrel=3
8
8
pkgdesc=" An open source Git extension for versioning large files"
9
9
install=git-lfs.install
10
10
arch=(' any' )
@@ -48,4 +48,10 @@ package() {
48
48
install -m755 $srcdir /$folder /git-lfs$exesuffix .exe $pkgdir /$MINGW_PREFIX /bin/git-lfs.exe
49
49
install -d -m755 $pkgdir /$MINGW_PREFIX /share/doc/git-lfs
50
50
install -m755 $srcdir /$folder /README.md $pkgdir /$MINGW_PREFIX /share/doc/git-lfs/README.md
51
+ install -d -m755 $pkgdir /$MINGW_PREFIX /share/doc/git-doc
52
+ for f in $srcdir /$folder /man/html/git-lfs* .1.html
53
+ do
54
+ ff=${f##*/ }
55
+ install -m755 $f $pkgdir /$MINGW_PREFIX /share/doc/git-doc/${ff% .1.html} .html
56
+ done
51
57
}
You can’t perform that action at this time.
0 commit comments