void-packages/srcpkgs/doctl/template
2019-07-16 10:36:03 +02:00

17 lines
468 B
Bash

# Template file for 'doctl'
pkgname=doctl
version=1.21.1
revision=1
build_style=go
go_import_path="github.com/digitalocean/doctl/cmd/doctl"
go_build_tags="v${version}"
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() {
vlicense "$GOPATH/src/github.com/digitalocean/doctl/LICENSE.txt"
}