20 lines
625 B
Bash
20 lines
625 B
Bash
# Template file for 'hcloud'
|
|
pkgname=hcloud
|
|
version=1.6.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=8ada1db53f812774666d579722bce1d63cfd0212a70dd0d3ca734608610584b1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|