void-packages/srcpkgs/git-lfs/template
2020-01-01 14:17:36 -08:00

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
}