void-packages/srcpkgs/crane/template
2017-02-21 19:25:36 +00:00

18 lines
479 B
Bash

# Template file for 'crane'
pkgname=crane
version=2.11.0
revision=3
build_style=go
hostmakedepends="git-perl"
short_desc="Lift containers with ease "
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
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
}