void-packages/srcpkgs/crane/template

19 lines
478 B
Bash
Raw Normal View History

2015-06-12 12:14:40 +02:00
# Template file for 'crane'
pkgname=crane
2016-02-26 06:13:55 +01:00
version=2.6.0
2016-02-04 15:39:22 +01:00
revision=1
2015-06-12 12:14:40 +02:00
build_style=go
2016-02-19 21:15:10 +01:00
hostmakedepends="git-perl"
2015-06-12 12:14:40 +02:00
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-26 06:13:55 +01:00
checksum=c631e7d309f17c892684033378fc0886c52409420cbd8394f55a4dd908093700
2015-06-12 12:14:40 +02:00
post_install() {
vlicense LICENSE
vdoc README.md
}