Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: lainsafecli-0.4
@ 2020-07-15 16:11 qorg11
  2020-07-15 16:53 ` pullmoll
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: qorg11 @ 2020-07-15 16:11 UTC (permalink / raw)
  To: ml

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

There is a new 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/23588

New package: lainsafecli-0.4


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-lainsafe-23588.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
 }

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: lainsafecli-0.4
  2020-07-15 16:11 [PR PATCH] New package: lainsafecli-0.4 qorg11
@ 2020-07-15 16:53 ` pullmoll
  2020-07-15 17:32 ` [PR PATCH] [Closed]: " qorg11
  2020-07-15 17:35 ` qorg11
  2 siblings, 0 replies; 8+ messages in thread
From: pullmoll @ 2020-07-15 16:53 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/23588#issuecomment-658879282

Comment:
Please don't close and open new PRs but use `git push -f` to force push to your branch.
Also please squash commits so the current template can be viewed without going through the commits.
Thank you :)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Closed]: New package: lainsafecli-0.4
  2020-07-15 16:11 [PR PATCH] New package: lainsafecli-0.4 qorg11
  2020-07-15 16:53 ` pullmoll
@ 2020-07-15 17:32 ` qorg11
  2020-07-15 17:35 ` qorg11
  2 siblings, 0 replies; 8+ messages in thread
From: qorg11 @ 2020-07-15 17:32 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: lainsafecli-0.4
https://github.com/void-linux/void-packages/pull/23588

Description:


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: lainsafecli-0.4
  2020-07-15 16:11 [PR PATCH] New package: lainsafecli-0.4 qorg11
  2020-07-15 16:53 ` pullmoll
  2020-07-15 17:32 ` [PR PATCH] [Closed]: " qorg11
@ 2020-07-15 17:35 ` qorg11
  2 siblings, 0 replies; 8+ messages in thread
From: qorg11 @ 2020-07-15 17:35 UTC (permalink / raw)
  To: ml

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

New comment by qorg11 on void-packages repository

https://github.com/void-linux/void-packages/pull/23588#issuecomment-658903464

Comment:
I have reopened the old PR. 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: lainsafecli-0.4
  2020-07-15  5:22 [PR PATCH] " qorg11
                   ` (2 preceding siblings ...)
  2020-07-15 19:33 ` qorg11
@ 2020-07-15 19:40 ` ahesford
  3 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-07-15 19:40 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/23582#issuecomment-658968079

Comment:
The script can be run just as effectively from `/usr/local/bin` or your home directory.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: lainsafecli-0.4
  2020-07-15  5:22 [PR PATCH] " qorg11
  2020-07-15  5:31 ` qorg11
  2020-07-15 19:30 ` ahesford
@ 2020-07-15 19:33 ` qorg11
  2020-07-15 19:40 ` ahesford
  3 siblings, 0 replies; 8+ messages in thread
From: qorg11 @ 2020-07-15 19:33 UTC (permalink / raw)
  To: ml

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

New comment by qorg11 on void-packages repository

https://github.com/void-linux/void-packages/pull/23582#issuecomment-658964689

Comment:
It is a simple/small yet very useful script. Saves minutes of time

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: lainsafecli-0.4
  2020-07-15  5:22 [PR PATCH] " qorg11
  2020-07-15  5:31 ` qorg11
@ 2020-07-15 19:30 ` ahesford
  2020-07-15 19:33 ` qorg11
  2020-07-15 19:40 ` ahesford
  3 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-07-15 19:30 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/23582#issuecomment-658962862

Comment:
In light of the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements), can you make a case for why this single perl script and a manual page that provides little more than the help text merits packaging?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: lainsafecli-0.4
  2020-07-15  5:22 [PR PATCH] " qorg11
@ 2020-07-15  5:31 ` qorg11
  2020-07-15 19:30 ` ahesford
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: qorg11 @ 2020-07-15  5:31 UTC (permalink / raw)
  To: ml

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

New comment by qorg11 on void-packages repository

https://github.com/void-linux/void-packages/pull/23582#issuecomment-658554837

Comment:
whoops, apparently `xi lainsafecli`installs nothing.

How do I fix the makefile?

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-07-15 19:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 16:11 [PR PATCH] New package: lainsafecli-0.4 qorg11
2020-07-15 16:53 ` pullmoll
2020-07-15 17:32 ` [PR PATCH] [Closed]: " qorg11
2020-07-15 17:35 ` qorg11
  -- strict thread matches above, loose matches on Subject: below --
2020-07-15  5:22 [PR PATCH] " qorg11
2020-07-15  5:31 ` qorg11
2020-07-15 19:30 ` ahesford
2020-07-15 19:33 ` qorg11
2020-07-15 19:40 ` ahesford

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).