void-packages/srcpkgs/crane/template
2018-05-03 20:26:03 +00:00

18 lines
469 B
Bash

# Template file for 'crane'
pkgname=crane
version=3.4.1
revision=2
build_style=go
hostmakedepends="git"
short_desc="Lift containers with ease"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
go_import_path="github.com/michaelsauter/crane"
homepage="https://${go_import_path}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=82e4a9a008fe21ae543617f5faf8c2a49fdb636e395da72e3059761f2c0a0d87
post_install() {
vlicense LICENSE
vdoc README.md
}