void-packages/srcpkgs/crane/template

19 lines
473 B
Bash
Raw Normal View History

2015-06-12 10:14:40 +00:00
# Template file for 'crane'
pkgname=crane
2015-07-30 06:55:53 +00:00
version=1.5.1
2015-06-12 10:14:40 +00: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-30 06:55:53 +00:00
checksum=2fb363972fa75a1c9cf806cfbba84d353a64b64303aada82a0231825781065dd
2015-06-12 10:14:40 +00:00
post_install() {
vlicense LICENSE
vdoc README.md
}