void-packages/srcpkgs/crane/template
2016-04-22 11:06:23 +02:00

18 lines
478 B
Bash

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