void-packages/srcpkgs/git-lfs/template
2018-06-16 21:11:13 -07:00

17 lines
505 B
Bash

# Template file for 'git-lfs'
pkgname=git-lfs
version=2.4.2
revision=1
build_style=go
go_import_path="github.com/git-lfs/git-lfs"
hostmakedepends="go"
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=130a552a27c8f324ac0548baf9db0519c4ae96c26a85f926c07ebe0f15a69fc2
post_install() {
vlicense LICENSE.md
}