void-packages/srcpkgs/dive/template

18 lines
466 B
Bash
Raw Normal View History

2018-11-25 22:32:43 +01:00
# Template file for 'dive'
pkgname=dive
2018-12-06 18:48:24 +01:00
version=0.4.1
2018-11-25 22:32:43 +01:00
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"
2018-12-06 18:48:24 +01:00
checksum=47157791acb463404dad0627d56addde2192a6670944333d2367ab39268b42b4
2018-11-25 22:32:43 +01:00
post_install() {
vlicense LICENSE
}