vp-build/srcpkgs/git-lfs/template

18 lines
509 B
Bash

# Template file for 'git-lfs'
pkgname=git-lfs
version=2.6.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.eu>"
license="MIT"
homepage="https://git-lfs.github.com/"
distfiles="https://github.com/git-lfs/${pkgname}/archive/v${version}.tar.gz"
checksum=e75b361d828d7b6e9ba537137d5243fa1e000a20686cddec2775b533a6b08f01
post_install() {
vlicense LICENSE.md
}