void-packages/srcpkgs/crane/template
2020-10-08 14:19:40 +02:00

18 lines
469 B
Bash

# Template file for 'crane'
pkgname=crane
version=3.6.0
revision=1
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=00f202783ae2ef3a2d0e02fba0454defe53e823b4c99e2e3b5af734dc870906e
post_install() {
vlicense LICENSE
vdoc README.md
}