void-packages/srcpkgs/crane/template

19 lines
473 B
Bash
Raw Normal View History

2015-06-12 12:14:40 +02:00
# Template file for 'crane'
pkgname=crane
2015-11-11 08:49:44 +01:00
version=2.2.0
2015-06-12 12:14:40 +02:00
revision=1
build_style=go
hostmakedepends="git"
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"
2015-11-11 08:49:44 +01:00
checksum=a439dcc62765c644feb5ac7add8c96f2476791739c2e2fb2440338e19598767a
2015-06-12 12:14:40 +02:00
post_install() {
vlicense LICENSE
vdoc README.md
}