Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: gemserv-0.4.4
Date: Mon, 19 Oct 2020 04:42:32 +0200	[thread overview]
Message-ID: <20201019024232.JKJeivwmw_Nwf7EGetksZjPisd1sTtJfqv1K33MYibQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23822@inbox.vuxu.org>

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

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

https://github.com/abenson/void-packages np_gemserv
https://github.com/void-linux/void-packages/pull/23822

New package: gemserv-0.4.4


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

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

From ad006213ea48a9a22a347cf32e8cb478e4a0d4fd Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 24 Jul 2020 17:11:25 -0500
Subject: [PATCH] New package: gemserv-0.4.5

---
 srcpkgs/gemserv/files/gemserv/run |  3 +++
 srcpkgs/gemserv/template          | 21 +++++++++++++++++++++
 2 files changed, 24 insertions(+)
 create mode 100755 srcpkgs/gemserv/files/gemserv/run
 create mode 100644 srcpkgs/gemserv/template

diff --git a/srcpkgs/gemserv/files/gemserv/run b/srcpkgs/gemserv/files/gemserv/run
new file mode 100755
index 00000000000..954bc602626
--- /dev/null
+++ b/srcpkgs/gemserv/files/gemserv/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r conf ] && . ./conf
+exec chpst -u _gemserv gemserv ${CONF:-/etc/gemserv.conf}
diff --git a/srcpkgs/gemserv/template b/srcpkgs/gemserv/template
new file mode 100644
index 00000000000..d779f17886e
--- /dev/null
+++ b/srcpkgs/gemserv/template
@@ -0,0 +1,21 @@
+# Template file for 'gemserv'
+pkgname=gemserv
+version=0.4.5
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="Gemini server written in rust"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="MIT"
+homepage="gemini://80h.dev/projects/gemserv/"
+distfiles="https://git.sr.ht/~int80h/gemserv/archive/v${version}.tar.gz"
+checksum=0d255a5a93275c29fbe4d66dd069e499902ccd6c04983175b90b03725267295c
+system_accounts="_gemserv"
+
+post_install() {
+	vsv gemserv
+	vsconf config.toml
+	vlicense LICENSE
+}

  parent reply	other threads:[~2020-10-19  2:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23822@inbox.vuxu.org>
2020-07-24 23:10 ` abenson
2020-07-25  8:43 ` [PR REVIEW] " sgn
2020-07-27 16:09 ` [PR PATCH] [Updated] " abenson
2020-10-12 14:49 ` abenson
2020-10-19  2:42 ` abenson [this message]
2020-10-20 14:56 ` [PR PATCH] [Merged]: " abenson

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=20201019024232.JKJeivwmw_Nwf7EGetksZjPisd1sTtJfqv1K33MYibQ@z \
    --to=abenson@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).