diff --git a/srcpkgs/dive/template b/srcpkgs/dive/template new file mode 100644 index 00000000000..7281d6c19dd --- /dev/null +++ b/srcpkgs/dive/template @@ -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 " +license="MIT" +homepage="https://github.com/wagoodman/dive" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=25d3107e0fb0ce19d776567ac4dfd27863aff0c4b28c6107a1f2775666a5eff5 + +post_install() { + vlicense LICENSE +}