mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
git-lfs: update to 2.4.2
This commit is contained in:
parent
7b741e4cba
commit
b3bf019d21
1 changed files with 4 additions and 17 deletions
|
@ -1,30 +1,17 @@
|
||||||
# Template file for 'git-lfs'
|
# Template file for 'git-lfs'
|
||||||
pkgname=git-lfs
|
pkgname=git-lfs
|
||||||
version=2.3.4
|
version=2.4.2
|
||||||
revision=6
|
revision=1
|
||||||
nocross=1
|
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/git-lfs/git-lfs"
|
go_import_path="github.com/git-lfs/git-lfs"
|
||||||
hostmakedepends="go"
|
hostmakedepends="go"
|
||||||
depends="git"
|
|
||||||
short_desc="Git extension for versioning large files"
|
short_desc="Git extension for versioning large files"
|
||||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://git-lfs.github.com/"
|
homepage="https://git-lfs.github.com/"
|
||||||
distfiles="https://github.com/git-lfs/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/git-lfs/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=2594fe7bd8cc29d71effd087623b78cadab04a74e506ceeb4971a4ed9a7fbb94
|
checksum=130a552a27c8f324ac0548baf9db0519c4ae96c26a85f926c07ebe0f15a69fc2
|
||||||
|
|
||||||
pre_build() {
|
post_install() {
|
||||||
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
|
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue