New package: docker-gen-0.4.2
This commit is contained in:
parent
1bad6460d3
commit
cb8b0d6ce2
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'docker-gen'
|
||||
pkgname=docker-gen
|
||||
version=0.4.2
|
||||
revision=1
|
||||
build_style=go
|
||||
hostmakedepends="git"
|
||||
short_desc="Generate files from docker container meta-data"
|
||||
go_import_path="github.com/jwilder/docker-gen"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/$version.tar.gz"
|
||||
checksum=90b34ac8b86cf375be59936b161fa2ca094eae323d94bee0acfe80ff82dd532c
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue