void-packages/srcpkgs/crane/template

19 lines
478 B
Bash

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