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-12-13 10:31:32 +01:00
version=2.3.1
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-12-13 10:31:32 +01:00
checksum=1c5f4ac51841913d6ec1fb33e2daf85f7f536818fbe78c7b66836ba4007f7d68
2015-06-12 12:14:40 +02:00
post_install() {
vlicense LICENSE
vdoc README.md
}