14 lines
503 B
Bash
14 lines
503 B
Bash
# Template file for 'doctl'
|
|
pkgname=doctl
|
|
version=1.43.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/digitalocean/doctl/cmd/doctl"
|
|
go_build_tags="v${version}"
|
|
go_get="no"
|
|
short_desc="Command line tool for DigitalOcean services"
|
|
maintainer="Noah Huppert <contact@noahh.io>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/digitalocean/doctl"
|
|
distfiles="https://github.com/digitalocean/doctl/archive/v${version}.tar.gz"
|
|
checksum=a55cc30b7e2ab37604eead742da6966c2c6715734a229263c6acae2092a932a0
|