18 lines
479 B
Bash
18 lines
479 B
Bash
# Template file for 'crane'
|
|
pkgname=crane
|
|
version=2.10.3
|
|
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=5a812b572c69c8c0149a14c6483ded89dfb80020a16c1f1e9cfa48e825f291c4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|