git-lfs: update to 2.4.2

This commit is contained in:
Michael Aldridge 2018-06-16 16:27:36 -07:00 committed by Michael Aldridge
parent 7b741e4cba
commit b3bf019d21
1 changed files with 4 additions and 17 deletions

View File

@ -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 <maldridge@VoidLinux.eu>"
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
}