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-06-22 02:46:56 +02:00
version=1.4.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-06-22 02:46:56 +02:00
checksum=e8967bd4227a5dee568f9070571fdb1a4c44d2fa7812b4c71d7f1675f6ecd279
2015-06-12 12:14:40 +02:00
post_install() {
vlicense LICENSE
vdoc README.md
}