void-packages/srcpkgs/git-lfs/template
2018-08-12 01:16:52 -07:00

17 lines
505 B
Bash

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