New package: doctl-1.15.0

This commit is contained in:
Noah Huppert 2019-04-15 21:27:53 -04:00 committed by maxice8
parent 9ddd79d3a4
commit 257e62d131

19
srcpkgs/doctl/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'doctl'
pkgname=doctl
version=1.15.0
revision=1
build_style=go
go_import_path=github.com/digitalocean/doctl/cmd/doctl
go_get="yes"
go_package="github.com/digitalocean/doctl/pkg/ssh"
hostmakedepends="git"
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=a3c8f2e15ca93b3e91f2750b87df19207f629583c583206b6089347cc4f990a5
post_install() {
vlicense LICENSE.txt
}