void-packages/srcpkgs/hcloud/template
2020-04-21 21:42:53 +02:00

22 lines
655 B
Bash

# Template file for 'hcloud'
pkgname=hcloud
version=1.16.2
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}"
hostmakedepends="git"
short_desc="Command-line interface for Hetzner Cloud"
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
license="MIT"
homepage="https://github.com/hetznercloud/cli"
distfiles="https://github.com/hetznercloud/cli/archive/v${version}.tar.gz"
checksum=15b19b671cebda5d9ec1bb1fce7286515b97d3b0256775f9943f76a4c257f331
post_install() {
vlicense LICENSE
vdoc README.md
}