void-packages/srcpkgs/crane/template
Michael Gehring ebbc4585fa crane: broken
2017-02-20 08:32:48 +00:00

21 lines
620 B
Bash

# Template file for 'crane'
pkgname=crane
version=2.11.0
revision=3
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=f3c25b25bb1e7954597a31836ea8719c69a1e176e96de808acce16409840af3e
# https://github.com/niemeyer/gopkg/issues/50
broken="https://build.voidlinux.eu/builders/i686_builder/builds/990/steps/shell_3/logs/stdio"
post_install() {
vlicense LICENSE
vdoc README.md
}