void-packages/srcpkgs/crane/template

19 lines
478 B
Bash
Raw Normal View History

2015-06-12 12:14:40 +02:00
# Template file for 'crane'
pkgname=crane
2016-05-06 10:54:03 +02:00
version=2.8.2
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-05-06 10:54:03 +02:00
checksum=50c85d7cf220cb3b011865aa9deeca1aa7c871f6b32dc5faf90af6b6dd094491
2015-06-12 12:14:40 +02:00
post_install() {
vlicense LICENSE
vdoc README.md
}