mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
docker-gen: update to 0.5.0.
This commit is contained in:
parent
45e73606dc
commit
746f16e951
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'docker-gen'
|
# Template file for 'docker-gen'
|
||||||
pkgname=docker-gen
|
pkgname=docker-gen
|
||||||
reverts=0.5.0_1
|
reverts=0.5.0_1
|
||||||
version=0.4.3
|
version=0.5.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
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"
|
||||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
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=9e71243c144343a4453fb8091fbb20d2f52b03e8f40ec22c7a81d01964653a73
|
checksum=a1897ffca5dd396fcc8f72289ea1f93c958bebe2ce9d76421557a24d15ba9e37
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue