18 lines
466 B
Bash
18 lines
466 B
Bash
# Template file for 'dive'
|
|
pkgname=dive
|
|
version=0.5.0
|
|
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=f9ad85a75ad109aab34ce2ca76f3d56924c348cba23aab4ac051e18ad6065be9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|