17 lines
478 B
Bash
17 lines
478 B
Bash
# Template file for 'dlayer'
|
|
pkgname=dlayer
|
|
version=0.2.5
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/orisano/dlayer
|
|
hostmakedepends="git"
|
|
short_desc="Dlayer is a docker layer analyzer"
|
|
maintainer="Mate GABRI <iam@theguy.io>"
|
|
license="MIT"
|
|
homepage="https://github.com/orisano/dlayer"
|
|
distfiles="https://github.com/orisano/dlayer/archive/v${version}.tar.gz"
|
|
checksum=38b445cb198b2f9dec7618eca95fd5f20b16afd152f96ee1b932c4b7be0994ce
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|