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-10-16 10:43:30 +00:00
version=2.1.0
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-10-16 10:43:30 +00:00
checksum=2847d64d566f1d7e3e93e4863bc90b044ac185e0afd6f7203c739f762d747ad8
2015-06-12 10:14:40 +00:00
post_install() {
vlicense LICENSE
vdoc README.md
}