mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
docker-gen: update to 0.7.1.
This commit is contained in:
parent
930114e7e3
commit
7b5ae8657e
1 changed files with 8 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'docker-gen'
|
# Template file for 'docker-gen'
|
||||||
pkgname=docker-gen
|
pkgname=docker-gen
|
||||||
version=0.7.0
|
version=0.7.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="git-perl"
|
hostmakedepends="git-perl glock"
|
||||||
short_desc="Generate files from docker container meta-data"
|
short_desc="Generate files from docker container meta-data"
|
||||||
go_import_path="github.com/jwilder/docker-gen"
|
go_import_path="github.com/jwilder/docker-gen"
|
||||||
go_package="${go_import_path}/cmd/docker-gen"
|
go_package="${go_import_path}/cmd/docker-gen"
|
||||||
|
@ -11,8 +11,11 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://$go_import_path"
|
homepage="https://$go_import_path"
|
||||||
distfiles="$homepage/archive/$version.tar.gz"
|
distfiles="$homepage/archive/$version.tar.gz"
|
||||||
checksum=1eebd5cc4239cf2976019aa7a4903a675717d6e9a03fb85c033d60124a8d5922
|
checksum=e806667474863f4e3793b52af274405c99731458dfe7715ed84edc3675ea7941
|
||||||
broken=yes
|
|
||||||
|
pre_build() {
|
||||||
|
glock sync -n < GLOCKFILE
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue