b8c5e59acd
Fix small typos, expand some variables, leave comments for updates.
18 lines
482 B
Bash
18 lines
482 B
Bash
# Template file for 'crane'
|
|
pkgname=crane
|
|
version=3.6.0
|
|
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://github.com/michaelsauter/crane"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=00f202783ae2ef3a2d0e02fba0454defe53e823b4c99e2e3b5af734dc870906e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|