void-packages/srcpkgs/git-lfs/template
2020-05-14 10:26:12 +02:00

18 lines
511 B
Bash

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