void-packages/srcpkgs/crane/template
2016-10-14 15:46:49 +01:00

18 lines
479 B
Bash

# Template file for 'crane'
pkgname=crane
version=2.10.2
revision=1
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=70cb51fa748db0f6fe47369c733b6770ccac7e57e2bb460a9ce04bda298403e4
post_install() {
vlicense LICENSE
vdoc README.md
}