New package: packr2-2.8.0

This commit is contained in:
Gabriel Sanches 2020-09-25 15:41:32 -03:00 committed by Michael Aldridge
parent 17e6f04cb9
commit e2b72becbc

18
srcpkgs/packr2/template Normal file
View file

@ -0,0 +1,18 @@
# 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
}