20 lines
556 B
Bash
20 lines
556 B
Bash
# Template file for 'packr2'
|
|
pkgname=packr2
|
|
_pkgname=packr
|
|
version=2.8.1
|
|
revision=3
|
|
build_style=go
|
|
go_import_path="github.com/gobuffalo/${_pkgname}/v2"
|
|
go_package="./packr2"
|
|
short_desc="Static files embedder for Go binaries"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/gobuffalo/packr"
|
|
distfiles="https://github.com/gobuffalo/${_pkgname}/archive/v${version}.tar.gz"
|
|
checksum=648f8690e0349039300d3603708bd383f3568193ebaeb0760a87da8760dc7fa7
|
|
_go_mod_path="./v2/go.mod"
|
|
|
|
post_install() {
|
|
vlicense v2/LICENSE.txt
|
|
}
|