New package: dive-0.3.0

This commit is contained in:
Cameron Nemo 2018-11-25 13:32:43 -08:00 committed by maxice8
parent 327ec570c5
commit 89efe17b63
1 changed files with 17 additions and 0 deletions

17
srcpkgs/dive/template Normal file
View File

@ -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
}