void-packages/srcpkgs/crane/template
2017-07-29 19:24:24 +02:00

18 lines
475 B
Bash

# Template file for 'crane'
pkgname=crane
version=3.1.0
revision=1
build_style=go
hostmakedepends="git-perl"
short_desc="Lift containers with ease "
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
go_import_path="github.com/michaelsauter/crane"
homepage="https://${go_import_path}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=c3fda4d214876776deb60bbf2b542df95bed72de54da6c44205c18aed9735f5e
post_install() {
vlicense LICENSE
vdoc README.md
}