void-packages/srcpkgs/crane/template
2017-11-22 10:23:46 +01:00

18 lines
475 B
Bash

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