void-packages/srcpkgs/git-lfs/template
2019-08-09 21:23:21 -07:00

17 lines
510 B
Bash

# Template file for 'git-lfs'
pkgname=git-lfs
version=2.8.0
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=10b476bb8862ebceddc6f0a55f5fb63e2c1e5bed6554f6e3b207dd0155a196ad
post_install() {
vlicense LICENSE.md
}