17 lines
434 B
Bash
17 lines
434 B
Bash
# Template file for 'dive'
|
|
pkgname=dive
|
|
version=0.12.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/wagoodman/dive"
|
|
short_desc="Container image exploration tool"
|
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/wagoodman/dive"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=2b69b8d28220c66e2575a782a370a0c05077936ae3ce69180525412fcca09230
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|