17 lines
460 B
Bash
17 lines
460 B
Bash
# Template file for 'dive'
|
|
pkgname=dive
|
|
version=0.9.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/wagoodman/dive"
|
|
hostmakedepends="git"
|
|
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=1f84bf3d2ba04986827ff5b1a66920f030f7b4788c927c5e152ff5bcf49f9770
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|