void-packages/srcpkgs/crane/template
2016-03-22 11:17:18 +01:00

19 lines
478 B
Bash

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