mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
dlayer: update to 0.2.4.
This commit is contained in:
parent
dc708dfc8b
commit
ee71adeaa4
1 changed files with 3 additions and 9 deletions
|
@ -1,22 +1,16 @@
|
||||||
# Template file for 'dlayer'
|
# Template file for 'dlayer'
|
||||||
pkgname=dlayer
|
pkgname=dlayer
|
||||||
version=0.1.0
|
version=0.2.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/orisano/dlayer
|
go_import_path=github.com/orisano/dlayer
|
||||||
hostmakedepends="git dep"
|
hostmakedepends="git"
|
||||||
short_desc="Dlayer is a docker layer analyzer"
|
short_desc="Dlayer is a docker layer analyzer"
|
||||||
maintainer="Mate GABRI <iam@theguy.io>"
|
maintainer="Mate GABRI <iam@theguy.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/orisano/dlayer"
|
homepage="https://github.com/orisano/dlayer"
|
||||||
distfiles="https://github.com/orisano/dlayer/archive/v${version}.tar.gz"
|
distfiles="https://github.com/orisano/dlayer/archive/v${version}.tar.gz"
|
||||||
checksum=f449e141792b721bf107886ae367daa2e453a3d955f529a1ce68f80d26aa6446
|
checksum=3a31c0839ae92164fe77e1047c18b564c9eda9ffa4d17c87562abd50ff5ac147
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
cd $GOSRCPATH
|
|
||||||
dep ensure
|
|
||||||
cd $wrksrc
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue