New package: dive-0.3.0
This commit is contained in:
parent
327ec570c5
commit
89efe17b63
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue