void-packages/srcpkgs/crane/template

19 lines
479 B
Bash
Raw Normal View History

2015-06-12 12:14:40 +02:00
# Template file for 'crane'
pkgname=crane
2016-10-28 21:36:37 +02:00
version=2.10.3
2016-04-22 11:06:23 +02:00
revision=1
2015-06-12 12:14:40 +02:00
build_style=go
2016-02-19 21:15:10 +01:00
hostmakedepends="git-perl"
2015-06-12 12:14:40 +02:00
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"
2016-10-28 21:36:37 +02:00
checksum=5a812b572c69c8c0149a14c6483ded89dfb80020a16c1f1e9cfa48e825f291c4
2015-06-12 12:14:40 +02:00
post_install() {
vlicense LICENSE
vdoc README.md
}