New package: hcloud-1.2.2

This commit is contained in:
Michael Gehring 2018-01-24 10:03:33 +00:00
parent b5e90b7554
commit 821457c993

20
srcpkgs/hcloud/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'hcloud'
pkgname=hcloud
version=1.2.0
revision=1
wrksrc="cli-${version}"
build_style=go
go_import_path="github.com/hetznercloud/cli"
go_package="github.com/hetznercloud/cli/cmd/hcloud"
go_ldflags="-X github.com/hetznercloud/cli.Version=${version}"
short_desc="Command-line interface for Hetzner Cloud"
maintainer="Michael Gehring <mg@ebfe.org>"
license="MIT"
homepage="https://github.com/hetznercloud/cli"
distfiles="https://github.com/hetznercloud/cli/archive/v${version}.tar.gz"
checksum=92b00d393e6029fc25fff93d74166c96c0b16aff963355d7ec2a26108e48427a
post_install() {
vlicense LICENSE
vdoc README.md
}