Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] doctl: fixed build
Date: Mon, 15 Jul 2019 05:27:07 +0200	[thread overview]
Message-ID: <20190715032707.1ziIX8OGfDIlE28UbjSIGn53W54Nbekoe6uiDHqPf3s@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13130@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is an updated pull request by Noah-Huppert against master on the void-packages repository

https://github.com/Noah-Huppert/void-packages fix-pkg-doctl
https://github.com/void-linux/void-packages/pull/13130

doctl: fixed build


A patch file from https://github.com/void-linux/void-packages/pull/13130.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-pkg-doctl-13130.patch --]
[-- Type: application/text/x-diff, Size: 2113 bytes --]

From 6ebbfc1466731eec6df818b3be18f731ca1ec48f Mon Sep 17 00:00:00 2001
From: Noah Huppert <contact@noahh.io>
Date: Sun, 14 Jul 2019 23:21:38 -0400
Subject: [PATCH 1/2] doctl: fixed build, close #12441

---
 srcpkgs/doctl/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/doctl/template b/srcpkgs/doctl/template
index 5f99107191f..5bac8b4fb47 100644
--- a/srcpkgs/doctl/template
+++ b/srcpkgs/doctl/template
@@ -1,19 +1,19 @@
 # Template file for 'doctl'
 pkgname=doctl
-version=1.15.0
+version=1.21.1
 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
+
+build_style=go
+go_import_path="github.com/digitalocean/doctl/cmd/doctl"
+go_build_tags="v${version}"
+go_get="yes"
 
 post_install() {
-	vlicense LICENSE.txt
+    vlicense _build-doctl-xbps/src/github.com/digitalocean/doctl/LICENSE.txt
+
+    vbin _build-doctl-xbps/bin/doctl
 }

From 0cc97523b955ce5b990b14638cfca4459dbba520 Mon Sep 17 00:00:00 2001
From: Noah Huppert <contact@noahh.io>
Date: Sun, 14 Jul 2019 23:26:51 -0400
Subject: [PATCH 2/2] doctl: fixed template lint errors

---
 srcpkgs/doctl/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/doctl/template b/srcpkgs/doctl/template
index 5bac8b4fb47..7ca6abd39b0 100644
--- a/srcpkgs/doctl/template
+++ b/srcpkgs/doctl/template
@@ -13,7 +13,7 @@ go_build_tags="v${version}"
 go_get="yes"
 
 post_install() {
-    vlicense _build-doctl-xbps/src/github.com/digitalocean/doctl/LICENSE.txt
+	       vlicense _build-doctl-xbps/src/github.com/digitalocean/doctl/LICENSE.txt
 
-    vbin _build-doctl-xbps/bin/doctl
+	       vbin _build-doctl-xbps/bin/doctl
 }

  parent reply	other threads:[~2019-07-15  3:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-15  3:22 [PR PATCH] " voidlinux-github
2019-07-15  3:27 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-15  3:27 ` voidlinux-github [this message]
2019-07-15  3:48 ` voidlinux-github
2019-07-15  3:48 ` voidlinux-github
2019-07-15  3:58 ` voidlinux-github
2019-07-15  3:58 ` voidlinux-github
2019-07-15  4:05 ` voidlinux-github
2019-07-15  4:05 ` voidlinux-github
2019-07-16  0:49 ` voidlinux-github
2019-07-16  0:49 ` voidlinux-github
2019-07-16  0:50 ` voidlinux-github
2019-07-16  0:50 ` voidlinux-github
2019-07-16  8:36 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190715032707.1ziIX8OGfDIlE28UbjSIGn53W54Nbekoe6uiDHqPf3s@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).