diff --git a/srcpkgs/git-lfs/template b/srcpkgs/git-lfs/template index 8d559a0063b..060a954bd3b 100644 --- a/srcpkgs/git-lfs/template +++ b/srcpkgs/git-lfs/template @@ -1,30 +1,17 @@ # Template file for 'git-lfs' pkgname=git-lfs -version=2.3.4 -revision=6 -nocross=1 +version=2.4.2 +revision=1 build_style=go go_import_path="github.com/git-lfs/git-lfs" hostmakedepends="go" -depends="git" short_desc="Git extension for versioning large files" maintainer="Michael Aldridge " license="MIT" homepage="https://git-lfs.github.com/" distfiles="https://github.com/git-lfs/${pkgname}/archive/v${version}.tar.gz" -checksum=2594fe7bd8cc29d71effd087623b78cadab04a74e506ceeb4971a4ed9a7fbb94 +checksum=130a552a27c8f324ac0548baf9db0519c4ae96c26a85f926c07ebe0f15a69fc2 -pre_build() { - chmod +x script/bootstrap - mkdir -p src/github.com/git-lfs - ln -s $(pwd) src/github.com/git-lfs/${pkgname} -} - -do_build() { - GOPATH=$(pwd) ./script/bootstrap -} - -do_install() { - vbin bin/git-lfs +post_install() { vlicense LICENSE.md }