Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Template file for 'doctl'
- pkgname=doctl
- version=1.73.0
- revision=1
- build_style=go
- go_import_path="github.com/digitalocean/doctl/cmd/doctl"
- _maj_min=${version%*.*}
- _major=${_maj_min%.*}
- _minor=${_maj_min#*.}
- _patch=${version#*.*.*}
- go_ldflags="-X github.com/digitalocean/doctl.Major=$_major -X github.com/digitalocena/doctl.Minor=$_minor -X github.com/digitalocean/doctl.Patch=$_patch"
- short_desc="Command line tool for DigitalOcean services"
- maintainer="Benjamín Albiñana <[email protected]>"
- license="Apache-2.0"
- homepage="https://github.com/digitalocean/doctl"
- distfiles="https://github.com/digitalocean/doctl/archive/v${version}.tar.gz"
- checksum=cc7a6f91febf4d40f8afca0fe4ddfa7aa9be3572e3a0124fca2865e35b52ef00
Advertisement
Add Comment
Please, Sign In to add comment