Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / hcloud / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       hcloud
4 DISTVERSIONPREFIX=      v
5 DISTVERSION=    1.13.0
6 PORTREVISION=   2
7 CATEGORIES=     sysutils
8
9 MAINTAINER=     uzsolt@uzsolt.hu
10 COMMENT=        Official Hetzner Cloud command-line interface
11
12 LICENSE=        MIT
13 LICENSE_FILE=   ${WRKSRC}/LICENSE
14
15 USES=           go:modules
16 USE_GITHUB=     yes
17 GH_ACCOUNT=     hetznercloud
18 GH_PROJECT=     cli
19 GH_TUPLE=       \
20                 dustin:go-humanize:bb3d318650d4:dustin_go_humanize/vendor/github.com/dustin/go-humanize \
21                 fatih:structs:ebf56d35bba7:fatih_structs/vendor/github.com/fatih/structs \
22                 golang:crypto:d6449816ce06:golang_crypto/vendor/golang.org/x/crypto \
23                 golang:sys:33540a1f6037:golang_sys/vendor/golang.org/x/sys \
24                 gosuri:uilive:ac356e6e42cd:gosuri_uilive/vendor/github.com/gosuri/uilive \
25                 gosuri:uiprogress:d0567a9d84a1:gosuri_uiprogress/vendor/github.com/gosuri/uiprogress \
26                 hetznercloud:hcloud-go:v1.14.0:hetznercloud_hcloud_go/vendor/github.com/hetznercloud/hcloud-go \
27                 inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
28                 mattn:go-isatty:v0.0.3:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
29                 pelletier:go-toml:v1.1.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
30                 spf13:cobra:615425954c3b:spf13_cobra/vendor/github.com/spf13/cobra \
31                 spf13:pflag:v1.0.1:spf13_pflag/vendor/github.com/spf13/pflag \
32                 thcyron:uiprogress:25e98ffb0e98:thcyron_uiprogress/vendor/github.com/thcyron/uiprogress
33
34 GO_TARGET=      ./cmd/hcloud
35
36 PLIST_FILES=    bin/hcloud
37
38 .include <bsd.port.mk>