void-packages/srcpkgs/doctl/template

18 lines
468 B
Bash
Raw Normal View History

2019-04-16 01:27:53 +00:00
# Template file for 'doctl'
pkgname=doctl
2019-07-16 00:50:19 +00:00
version=1.21.1
2019-04-16 01:27:53 +00:00
revision=1
build_style=go
2019-07-16 00:50:19 +00:00
go_import_path="github.com/digitalocean/doctl/cmd/doctl"
go_build_tags="v${version}"
2019-04-16 01:27:53 +00:00
go_get="yes"
hostmakedepends="git"
short_desc="Command line tool for DigitalOcean services"
maintainer="Noah Huppert <contact@noahh.io>"
license="Apache-2.0"
homepage="https://github.com/digitalocean/doctl"
post_install() {
2019-07-16 00:50:19 +00:00
vlicense "$GOPATH/src/github.com/digitalocean/doctl/LICENSE.txt"
2019-04-16 01:27:53 +00:00
}