void-packages/srcpkgs/crane/template

19 lines
478 B
Bash

# Template file for 'crane'
pkgname=crane
version=2.8.2
revision=1
build_style=go
hostmakedepends="git-perl"
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"
checksum=50c85d7cf220cb3b011865aa9deeca1aa7c871f6b32dc5faf90af6b6dd094491
post_install() {
vlicense LICENSE
vdoc README.md
}