void-packages/srcpkgs/crane/template
2016-05-17 16:46:08 +02:00

19 lines
478 B
Bash

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