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