void-packages/srcpkgs/crane/template
2016-02-20 06:25:20 +01:00

18 lines
478 B
Bash

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