benalb

Untitled

Apr 8th, 2022
939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.71 KB | None | 0 0
  1.  Template file for 'doctl'
  2. pkgname=doctl
  3. version=1.73.0
  4. revision=1
  5. build_style=go
  6. go_import_path="github.com/digitalocean/doctl/cmd/doctl"
  7. _maj_min=${version%*.*}
  8. _major=${_maj_min%.*}
  9. _minor=${_maj_min#*.}
  10. _patch=${version#*.*.*}
  11. go_ldflags="-X github.com/digitalocean/doctl.Major=$_major -X github.com/digitalocena/doctl.Minor=$_minor -X github.com/digitalocean/doctl.Patch=$_patch"
  12. short_desc="Command line tool for DigitalOcean services"
  13. maintainer="Benjamín Albiñana <[email protected]>"
  14. license="Apache-2.0"
  15. homepage="https://github.com/digitalocean/doctl"
  16. distfiles="https://github.com/digitalocean/doctl/archive/v${version}.tar.gz"
  17. checksum=cc7a6f91febf4d40f8afca0fe4ddfa7aa9be3572e3a0124fca2865e35b52ef00
  18.  
Advertisement
Add Comment
Please, Sign In to add comment