void-packages/srcpkgs/hcloud/template

21 lines
629 B
Bash
Raw Normal View History

2018-01-24 10:03:33 +00:00
# Template file for 'hcloud'
pkgname=hcloud
2018-03-02 10:54:36 +00:00
version=1.3.1
2018-03-30 16:30:13 +00:00
revision=3
2018-01-24 10:03:33 +00:00
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"
2018-03-02 10:54:36 +00:00
checksum=57e0c4e19ca29010099f8487cec57f043fc8364c553cdb4a047e078fc58ee839
2018-01-24 10:03:33 +00:00
post_install() {
vlicense LICENSE
vdoc README.md
}