void-packages/srcpkgs/crane/template
2015-12-13 10:32:36 +01:00

18 lines
473 B
Bash

# Template file for 'crane'
pkgname=crane
version=2.3.1
revision=1
build_style=go
hostmakedepends="git"
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=1c5f4ac51841913d6ec1fb33e2daf85f7f536818fbe78c7b66836ba4007f7d68
post_install() {
vlicense LICENSE
vdoc README.md
}