void-packages/srcpkgs/crane/template

19 lines
478 B
Bash
Raw Normal View History

2015-06-12 10:14:40 +00:00
# Template file for 'crane'
pkgname=crane
2016-05-17 14:44:25 +00:00
version=2.9.0
2016-04-22 09:06:23 +00:00
revision=1
2015-06-12 10:14:40 +00:00
build_style=go
2016-02-19 20:15:10 +00:00
hostmakedepends="git-perl"
2015-06-12 10:14:40 +00: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-17 14:44:25 +00:00
checksum=bf65d4ce4f1b9c418ff661393e22e002f3bd81d12d11ed07fffdffbd5fc203a1
2015-06-12 10:14:40 +00:00
post_install() {
vlicense LICENSE
vdoc README.md
}