void-packages/srcpkgs/dlayer/template
UsernameRandomlyGenerated ee71adeaa4 dlayer: update to 0.2.4.
2021-02-10 23:45:09 -03:00

17 lines
478 B
Bash

# Template file for 'dlayer'
pkgname=dlayer
version=0.2.4
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=3a31c0839ae92164fe77e1047c18b564c9eda9ffa4d17c87562abd50ff5ac147
post_install() {
vlicense LICENSE
}