void-packages/srcpkgs/dive/template
2018-12-30 22:30:12 -02:00

17 lines
466 B
Bash

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