Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: vsv@1.3.2
@ 2020-01-02  2:28 voidlinux-github
  2020-01-08  5:51 ` [PR PATCH] [Closed]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2020-01-02  2:28 UTC (permalink / raw)
  To: ml

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

There is a new pull request by bahamas10 against master on the void-packages repository

https://github.com/bahamas10/void-packages dave-vsv
https://github.com/void-linux/void-packages/pull/17979

New Package: vsv@1.3.2
Summary
======

This adds [vsv](https://github.com/bahamas10/vsv) ([blog post intro](https://www.daveeddy.com/2018/09/20/vsv-void-service-manager/).  This a bash wrapper around `sv` to add some fanciness to managing runit.

Personal Testimony
----------------------------

I install `vsv` almost immediately on every void installation I make... I'd recommend giving it a quick try if you haven't for nothing more than to just get a quick summary with a simple command:

![2020-01-01_21:24:55_2560x1440_scrot](https://user-images.githubusercontent.com/1205722/71649508-64472480-2cdd-11ea-9e1e-7b279a07173c.png)

Possible Issues
---------------------

1.  The name: I made it `vsv` to stand for `Void Service Manager`.  This is short-sighted at best as this can work on more than just Void - basically any OS that has runit and `sv` installed.  Also, this isn't an *official* Void sanctioned piece of software.  I haven't included `Void` in the name in the template and instead just left it as `vsv`... but I could see this potentially being an issue.
2. `vsv` is already used in this repo as one of the built in commands.  I don't think this is a huge issue since aliases and bash/sh functions will always be preferred over external commands, but just something to note.
3.  This doesn't meet the quality requirements in the contributing handbook - this software is not compiled.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dave-vsv-17979.patch --]
[-- Type: text/x-diff, Size: 957 bytes --]

From 2458d01a4d896625380e4af6d7aefb9dc1bc6e6a Mon Sep 17 00:00:00 2001
From: Dave Eddy <dave@daveeddy.com>
Date: Wed, 1 Jan 2020 21:18:15 -0500
Subject: [PATCH] New Package: vsv@1.3.2

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

diff --git a/srcpkgs/vsv/template b/srcpkgs/vsv/template
new file mode 100644
index 00000000000..d57680e61b6
--- /dev/null
+++ b/srcpkgs/vsv/template
@@ -0,0 +1,18 @@
+# Template file for 'vsv'
+pkgname=vsv
+version=1.3.2
+revision=1
+archs=noarch
+depends="bash coreutils psmisc"
+short_desc="Manage and view runit services"
+maintainer="Dave Eddy <dave@daveeddy.com>"
+license="MIT"
+homepage="https://github.com/bahamas10/vsv"
+distfiles="https://github.com/bahamas10/vsv/archive/v${version}.tar.gz"
+checksum=0f31850cdc676ae25c2524a4e7998a62785ff268b883d3f544c6fd93ddc0b5bc
+
+do_install() {
+	vbin vsv
+	vman man/vsv.8
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New Package: vsv@1.3.2
  2020-01-02  2:28 [PR PATCH] New Package: vsv@1.3.2 voidlinux-github
@ 2020-01-08  5:51 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2020-01-08  5:51 UTC (permalink / raw)
  To: ml

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

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

New Package: vsv@1.3.2
https://github.com/void-linux/void-packages/pull/17979

Description:
Summary
======

This adds [vsv](https://github.com/bahamas10/vsv) ([blog post intro](https://www.daveeddy.com/2018/09/20/vsv-void-service-manager/)).  This a bash wrapper around `sv` to add some fanciness to managing runit.

Personal Testimony
----------------------------

I install `vsv` almost immediately on every void installation I make... I'd recommend giving it a quick try if you haven't for nothing more than to just get a quick summary with a simple command:

![2020-01-01_21:24:55_2560x1440_scrot](https://user-images.githubusercontent.com/1205722/71649508-64472480-2cdd-11ea-9e1e-7b279a07173c.png)

Possible Issues
---------------------

1.  The name: I made it `vsv` to stand for `Void Service Manager`.  This is short-sighted at best as this can work on more than just Void - basically any OS that has runit and `sv` installed.  Also, this isn't an *official* Void sanctioned piece of software.  I haven't included `Void` in the name in the template and instead just left it as `vsv`... but I could see this potentially being an issue.
2. `vsv` is already used in this repo as one of the built in commands.  I don't think this is a huge issue since aliases and bash/sh functions will always be preferred over external commands, but just something to note.
3.  This doesn't meet the quality requirements in the contributing handbook - this software is not compiled.

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

end of thread, other threads:[~2020-01-08  5:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-02  2:28 [PR PATCH] New Package: vsv@1.3.2 voidlinux-github
2020-01-08  5:51 ` [PR PATCH] [Closed]: " voidlinux-github

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