19 lines
478 B
Bash
19 lines
478 B
Bash
# Template file for 'crane'
|
|
pkgname=crane
|
|
version=2.9.1
|
|
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=87d99208fc6abd15be546766069bb1b6e0880c7b7c344457debc04a728b668e3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|