17 lines
466 B
Bash
17 lines
466 B
Bash
# Template file for 'dive'
|
|
pkgname=dive
|
|
version=0.9.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/wagoodman/dive"
|
|
hostmakedepends="git"
|
|
short_desc="Container image exploration tool"
|
|
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/wagoodman/dive"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=33f34c3d49494facffe043c551cf100d714e7acc2ce7739260fb3879e4732dec
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|