18 lines
473 B
Bash
18 lines
473 B
Bash
# Template file for 'crane'
|
|
pkgname=crane
|
|
version=2.0.1
|
|
revision=1
|
|
build_style=go
|
|
hostmakedepends="git"
|
|
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=7858c260461f6b50abaaa108c4dca7d4698ac5a9e77ae9232a799c98973c38bc
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|