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