18 lines
469 B
Bash
18 lines
469 B
Bash
# Template file for 'crane'
|
|
pkgname=crane
|
|
version=3.3.4
|
|
revision=2
|
|
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=4a5e37ad77173c960a3606684edf35d6efa197f02f65e5c0810470848f6357e9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|