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
2016-02-04 15:39:22 +01:00
version=2.5.1
revision=1
2015-06-12 12:14:40 +02:00
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"
2016-02-04 15:39:22 +01:00
checksum=d999c5a52e136757eed8766dc4c557199b74074ec396eeb0dd27fd1be1b3f52e
2015-06-12 12:14:40 +02:00
post_install() {
vlicense LICENSE
vdoc README.md
}