New package: crane-1.3.1
This commit is contained in:
parent
a112af85a2
commit
f6170ea8ab
1 changed files with 18 additions and 0 deletions
18
srcpkgs/crane/template
Normal file
18
srcpkgs/crane/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'crane'
|
||||||
|
pkgname=crane
|
||||||
|
version=1.3.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=9670d7ce3efb8a6ecd83f5a2e55270f15b55957abc3431fa1432c92440b556ba
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
|
}
|
Loading…
Reference in a new issue