void-packages/srcpkgs/hcloud/template

26 lines
889 B
Bash

# Template file for 'hcloud'
pkgname=hcloud
version=1.36.0
revision=2
build_style=go
build_helper=qemu
go_import_path=github.com/hetznercloud/cli
go_package=github.com/hetznercloud/cli/cmd/hcloud
go_ldflags="-X github.com/hetznercloud/cli/internal/version.Version=${version}"
short_desc="Command-line interface for Hetzner Cloud"
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
license="MIT"
homepage="https://github.com/hetznercloud/cli"
changelog="https://raw.githubusercontent.com/hetznercloud/cli/main/CHANGELOG.md"
distfiles="https://github.com/hetznercloud/cli/archive/v${version}.tar.gz"
checksum=d281bff826b626cd1e33ab7a3342988a647941fd02c643cf96da1bd7e2cf3c9d
post_install() {
vlicense LICENSE
vdoc README.md
for shell in bash fish zsh; do
vtargetrun ${DESTDIR}/usr/bin/hcloud completion ${shell} > completions.${shell}
vcompletion completions.${shell} ${shell}
done
}