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-07-08 12:48:48 +02:00
version=1.5.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-07-08 12:48:48 +02:00
checksum=4e693d685e32e8436d6b600cc99387886f47edd100d6657686986d1b78a352dc
2015-06-12 12:14:40 +02:00
post_install() {
vlicense LICENSE
vdoc README.md
}