Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New Package: vsv@1.3.2
Date: Thu, 02 Jan 2020 03:28:15 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17979@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2020-01-02  2:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-02  2:28 voidlinux-github [this message]
2020-01-08  5:51 ` [PR PATCH] [Closed]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17979@inbox.vuxu.org \
    --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).