18 lines
505 B
Bash
18 lines
505 B
Bash
# Template file for 'git-lfs'
|
|
pkgname=git-lfs
|
|
version=2.5.2
|
|
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=0ab21f0f9b6c40acd9748a1669f1023ef38f913d8be83bbf7b7c7d983bd3c4d1
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|