void-packages/srcpkgs/dive/template
2019-09-09 12:05:36 +02:00

17 lines
466 B
Bash

# Template file for 'dive'
pkgname=dive
version=0.8.1
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=6663960b974a6aad1d1271fb04cdaa9c527adbffdb37b9ab62fa9ad323f0bcda
post_install() {
vlicense LICENSE
}