void-packages/srcpkgs/git-lfs/template
2020-04-09 19:55:17 +02:00

17 lines
511 B
Bash

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