Github messages for voidlinux
 help / color / mirror / Atom feed
From: qorg11 <qorg11@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: lainsafecli-0.4
Date: Wed, 15 Jul 2020 19:32:21 +0200	[thread overview]
Message-ID: <20200715173221.wjFaoqriixQzxpO-x8iaTOnbBCTnJvC1AUL0hNiup9A@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23582@inbox.vuxu.org>

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

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

https://github.com/qorg11/void-packages add-lainsafe
https://github.com/void-linux/void-packages/pull/23582

New package: lainsafecli-0.4


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-lainsafe-23582.patch --]
[-- Type: text/x-diff, Size: 2175 bytes --]

From 6941b15c937591639383de919ea92b521f582605 Mon Sep 17 00:00:00 2001
From: qorg11 <qorg@vxempire.xyz>
Date: Wed, 15 Jul 2020 07:23:01 +0200
Subject: [PATCH 1/2] New package: lainsafecli-0.4

---
 srcpkgs/lainsafecli/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/lainsafecli/template

diff --git a/srcpkgs/lainsafecli/template b/srcpkgs/lainsafecli/template
new file mode 100644
index 00000000000..211c485286c
--- /dev/null
+++ b/srcpkgs/lainsafecli/template
@@ -0,0 +1,18 @@
+# Template file for 'lainsafecli'
+pkgname=lainsafecli
+version=0.4
+revision=1
+archs="noarch"
+create_wrksrc=yes
+depends="perl perl-LWP perl-LWP-Protocol-https"
+build_style=meta
+short_desc="Command line interface for lainsafe."
+maintainer="qorg11 <qorg@vxempire.xyz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/qorg11/lainsafe"
+distfiles="https://github.com/qorg11/lainsafe/archive/${version}.tar.gz"
+checksum=6359da930c002178a8ae34278a1874697db25f9778b16038de732bcaab64c4ff
+
+do_install() {
+	cd lainsafe-0.4/ && make
+}

From f6dd25e373e1402828bf21236b3f5baee9acf762 Mon Sep 17 00:00:00 2001
From: qorg11 <qorg@vxempire.xyz>
Date: Wed, 15 Jul 2020 18:07:04 +0200
Subject: [PATCH 2/2] lainsafecli: fixed template

---
 srcpkgs/lainsafecli/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lainsafecli/template b/srcpkgs/lainsafecli/template
index 211c485286c..296c7e493ec 100644
--- a/srcpkgs/lainsafecli/template
+++ b/srcpkgs/lainsafecli/template
@@ -3,9 +3,8 @@ pkgname=lainsafecli
 version=0.4
 revision=1
 archs="noarch"
-create_wrksrc=yes
+wrksrc=lainsafe-${version}
 depends="perl perl-LWP perl-LWP-Protocol-https"
-build_style=meta
 short_desc="Command line interface for lainsafe."
 maintainer="qorg11 <qorg@vxempire.xyz>"
 license="GPL-3.0-or-later"
@@ -13,6 +12,7 @@ homepage="https://github.com/qorg11/lainsafe"
 distfiles="https://github.com/qorg11/lainsafe/archive/${version}.tar.gz"
 checksum=6359da930c002178a8ae34278a1874697db25f9778b16038de732bcaab64c4ff
 
-do_install() {
-	cd lainsafe-0.4/ && make
+do_install(){
+	vbin lainsafecli
+	vman doc/lainsafecli.1
 }

  parent reply	other threads:[~2020-07-15 17:32 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-15  5:22 [PR PATCH] " qorg11
2020-07-15  5:31 ` qorg11
2020-07-15  5:55 ` [PR REVIEW] " fosslinux
2020-07-15  5:55 ` fosslinux
2020-07-15  5:55 ` fosslinux
2020-07-15  6:14 ` qorg11
2020-07-15  6:21 ` qorg11
2020-07-15  6:32 ` qorg11
2020-07-15  8:45 ` fosslinux
2020-07-15  8:48 ` fosslinux
2020-07-15 11:36 ` ahesford
2020-07-15 15:03 ` qorg11
2020-07-15 15:03 ` qorg11
2020-07-15 15:49 ` qorg11
2020-07-15 16:10 ` [PR PATCH] [Closed]: " qorg11
2020-07-15 17:32 ` qorg11 [this message]
2020-07-15 17:49 ` [PR PATCH] [Updated] " qorg11
2020-07-15 17:53 ` qorg11
2020-07-15 19:30 ` ahesford
2020-07-15 19:33 ` qorg11
2020-07-15 19:40 ` ahesford
2020-07-15 19:40 ` [PR PATCH] [Closed]: " ahesford

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=20200715173221.wjFaoqriixQzxpO-x8iaTOnbBCTnJvC1AUL0hNiup9A@z \
    --to=qorg11@users.noreply.github.com \
    --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).