17 lines
479 B
Bash
17 lines
479 B
Bash
# 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
|
|
}
|