mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
doctl: update to 1.21.1, fixed pkg
This commit is contained in:
parent
7664707b1d
commit
bc6c563bc3
1 changed files with 4 additions and 6 deletions
|
@ -1,19 +1,17 @@
|
||||||
# Template file for 'doctl'
|
# Template file for 'doctl'
|
||||||
pkgname=doctl
|
pkgname=doctl
|
||||||
version=1.15.0
|
version=1.21.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/digitalocean/doctl/cmd/doctl
|
go_import_path="github.com/digitalocean/doctl/cmd/doctl"
|
||||||
|
go_build_tags="v${version}"
|
||||||
go_get="yes"
|
go_get="yes"
|
||||||
go_package="github.com/digitalocean/doctl/pkg/ssh"
|
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Command line tool for DigitalOcean services"
|
short_desc="Command line tool for DigitalOcean services"
|
||||||
maintainer="Noah Huppert <contact@noahh.io>"
|
maintainer="Noah Huppert <contact@noahh.io>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/digitalocean/doctl"
|
homepage="https://github.com/digitalocean/doctl"
|
||||||
distfiles="https://github.com/digitalocean/doctl/archive/v${version}.tar.gz"
|
|
||||||
checksum=a3c8f2e15ca93b3e91f2750b87df19207f629583c583206b6089347cc4f990a5
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense "$GOPATH/src/github.com/digitalocean/doctl/LICENSE.txt"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue