17 lines
510 B
Bash
17 lines
510 B
Bash
# Template file for 'git-lfs'
|
|
pkgname=git-lfs
|
|
version=2.9.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/git-lfs/git-lfs"
|
|
hostmakedepends="go git"
|
|
short_desc="Git extension for versioning large files"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://git-lfs.github.com/"
|
|
distfiles="https://github.com/git-lfs/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=77358e12545415a6716b1e0228540f0e90619f1738dfe114cd3e5c30d43ffffd
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|