void-packages/srcpkgs/crane/template
2019-01-02 10:41:55 +01:00

19 lines
469 B
Bash

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