mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
doctl: don't use go get
This commit is contained in:
parent
ad5e48816c
commit
ef7b642c5d
1 changed files with 4 additions and 7 deletions
|
@ -1,17 +1,14 @@
|
||||||
# Template file for 'doctl'
|
# Template file for 'doctl'
|
||||||
pkgname=doctl
|
pkgname=doctl
|
||||||
version=1.21.1
|
version=1.21.1
|
||||||
revision=1
|
revision=2
|
||||||
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_build_tags="v${version}"
|
||||||
go_get="yes"
|
go_get="no"
|
||||||
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"
|
||||||
post_install() {
|
checksum=8c1e60930e913ace562511b6a7ee8f0d3f4d08d4ba48148f26e12b6d2eb95f2b
|
||||||
vlicense "$GOPATH/src/github.com/digitalocean/doctl/LICENSE.txt"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue