void-packages/srcpkgs/crane/template
2017-04-07 19:10:16 +00:00

18 lines
476 B
Bash

# Template file for 'crane'
pkgname=crane
version=2.11.0
revision=4
build_style=go
hostmakedepends="git-perl"
short_desc="Lift containers with ease "
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
go_import_path="github.com/michaelsauter/crane"
homepage="https://${go_import_path}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=f3c25b25bb1e7954597a31836ea8719c69a1e176e96de808acce16409840af3e
post_install() {
vlicense LICENSE
vdoc README.md
}