19 lines
525 B
Bash
19 lines
525 B
Bash
# Template file for 'docker-gen'
|
|
pkgname=docker-gen
|
|
version=0.5.0
|
|
revision=2
|
|
build_style=go
|
|
hostmakedepends="git"
|
|
short_desc="Generate files from docker container meta-data"
|
|
go_import_path="github.com/jwilder/docker-gen"
|
|
go_package="${go_import_path}/cmd/docker-gen"
|
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://$go_import_path"
|
|
distfiles="$homepage/archive/$version.tar.gz"
|
|
checksum=a1897ffca5dd396fcc8f72289ea1f93c958bebe2ce9d76421557a24d15ba9e37
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|