void-packages/srcpkgs/packr2/template
2020-11-21 19:47:54 -08:00

18 lines
544 B
Bash

# Template file for 'packr2'
pkgname=packr2
_pkgname=packr
version=2.8.0
revision=1
wrksrc=${_pkgname}-${version}
build_style=go
go_import_path=github.com/gobuffalo/${_pkgname}/v2/packr2
short_desc="Static files embedder for Go binaries"
maintainer="Gabriel Sanches <gabriel@gsr.dev>"
license="MIT"
homepage="https://github.com/gobuffalo/packr"
distfiles="https://github.com/gobuffalo/${_pkgname}/archive/v${version}.tar.gz"
checksum=2cab1e8d60734af05d594346f8e4bffcef0ac2aea4895b08bd9f3c40fc24c639
post_install() {
vlicense v2/LICENSE.txt
}