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