17 lines
510 B
Bash
17 lines
510 B
Bash
# Template file for 'git-lfs'
|
|
pkgname=git-lfs
|
|
version=2.6.1
|
|
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=e17cd9d4e66d1116be32f7ddc7e660c7f8fabbf510bc01b01ec15a22dd934ead
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|