void-packages/srcpkgs/crane/template
2018-03-05 20:01:35 +00:00

18 lines
475 B
Bash

# Template file for 'crane'
pkgname=crane
version=3.3.3
revision=3
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=284e0b4a6631f5869169e6108de4176895547bc8ab994dbc4ebd9ae15d002fd8
post_install() {
vlicense LICENSE
vdoc README.md
}