17 lines
478 B
Bash
17 lines
478 B
Bash
# Template file for 'dlayer'
|
|
pkgname=dlayer
|
|
version=0.3.1
|
|
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=6d091744618e03d1490de97eb0a41d89b70cedc4f242c004f4f2f4c7d77d859d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|