void-packages/srcpkgs/crane/template
2016-02-26 08:44:56 +01:00

18 lines
478 B
Bash

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