mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
New package: packr2-2.8.0
This commit is contained in:
parent
17e6f04cb9
commit
e2b72becbc
1 changed files with 18 additions and 0 deletions
18
srcpkgs/packr2/template
Normal file
18
srcpkgs/packr2/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue