14 lines
503 B
Bash
14 lines
503 B
Bash
# Template file for 'doctl'
|
|
pkgname=doctl
|
|
version=1.40.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=2a1877097183b9a47bad7a0942174b4a98ad6182db29d7d76720ee709fcf4c02
|