New package: hcloud-1.2.2
This commit is contained in:
parent
b5e90b7554
commit
821457c993
1 changed files with 20 additions and 0 deletions
20
srcpkgs/hcloud/template
Normal file
20
srcpkgs/hcloud/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue