Github messages for voidlinux
 help / color / mirror / Atom feed
From: beanpole135 <beanpole135@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: trident-automount-2020.09.02
Date: Wed, 02 Sep 2020 16:44:29 +0200	[thread overview]
Message-ID: <20200902144429.-xvBneWjTGlJYAZBhpipwR4Tjgk2J0iTySAqRYOuAc8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24607@inbox.vuxu.org>

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

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

https://github.com/beanpole135/void-packages trident-automount
https://github.com/void-linux/void-packages/pull/24607

New package: trident-automount-2020.09.02
This is a background service which monitors udev events for removable media and optical drives in order to create and maintain interaction shortcuts in the /media directory. This also configures and uses autofs for on-demand access to filesystems on removable devices.

Sponsored by: Project Trident

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

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

From bb00938a13f3c0f8bb413660cba948e5feb61de2 Mon Sep 17 00:00:00 2001
From: Ken Moore <moorekou@gmail.com>
Date: Wed, 2 Sep 2020 09:19:16 -0400
Subject: [PATCH] New package: trident-automount-2020.09.02

This is a background service which monitors udev events for removable media and optical drives in order to create and maintain interaction shortcuts in the /media directory. This also configures and uses autofs for on-demand access to filesystems on removable devices.

Sponsored by: Project Trident

Amendment 1: Switch to "go" build style, and create "supervise" link for runit service.
---
 srcpkgs/trident-automount/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/trident-automount/template

diff --git a/srcpkgs/trident-automount/template b/srcpkgs/trident-automount/template
new file mode 100644
index 00000000000..fe57630a21d
--- /dev/null
+++ b/srcpkgs/trident-automount/template
@@ -0,0 +1,21 @@
+# Template file for 'trident-automount'
+pkgname=trident-automount
+version=2020.09.02
+revision=1
+wrksrc="trident-utilities-${version}"
+build_wrksrc="src-go/automount"
+makedepends="go"
+depends="autofs"
+short_desc="Automounting daemon from Project Trident utilizing autofs"
+maintainer="Ken Moore <ken@project-trident.org>"
+license="BSD-2-Clause"
+homepage="https://github.com/project-trident/trident-utilities"
+distfiles="https://github.com/project-trident/trident-utilities/archive/v${version}.tar.gz"
+checksum=0bf0991c815b56b0143106e29ff2ab952416fd63d1810a6aa51fd95a0de4c48d
+
+do_install() {
+	make
+	vbin trident-automount
+	vinstall sv/run 0755 /etc/sv/trident-automount
+	vlicense ${wrksrc}/LICENSE
+}

  parent reply	other threads:[~2020-09-02 14:44 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-02 13:27 [PR PATCH] " beanpole135
2020-09-02 13:44 ` ericonr
2020-09-02 13:47 ` ericonr
2020-09-02 13:48 ` [PR REVIEW] " ericonr
2020-09-02 13:53 ` beanpole135
2020-09-02 13:54 ` beanpole135
2020-09-02 13:59 ` [PR REVIEW] " ericonr
2020-09-02 13:59 ` beanpole135
2020-09-02 14:01 ` ericonr
2020-09-02 14:07 ` [PR REVIEW] " beanpole135
2020-09-02 14:12 ` ericonr
2020-09-02 14:14 ` beanpole135
2020-09-02 14:44 ` ahesford
2020-09-02 14:44 ` beanpole135 [this message]
2020-09-02 14:45 ` beanpole135
2020-09-02 14:46 ` [PR REVIEW] " ericonr
2020-09-02 14:46 ` beanpole135
2020-09-02 14:51 ` [PR REVIEW] " ahesford
2020-09-02 15:12 ` [PR PATCH] [Updated] " beanpole135
2020-09-02 15:13 ` [PR REVIEW] " beanpole135
2020-09-02 15:24 ` beanpole135
2020-09-02 17:23 ` Chocimier
2020-09-02 19:01 ` ahesford
2020-09-02 19:08 ` beanpole135
2020-09-04 12:43 ` beanpole135
2020-09-04 13:16 ` sgn
2020-09-04 13:25 ` beanpole135
2020-09-04 14:01 ` [PR PATCH] [Closed]: " ahesford
2020-09-04 14:05 ` ahesford
2020-09-04 14:13 ` beanpole135
2020-09-04 14:16 ` sgn
2020-09-04 14:16 ` ahesford
2020-09-04 14:16 ` beanpole135

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=20200902144429.-xvBneWjTGlJYAZBhpipwR4Tjgk2J0iTySAqRYOuAc8@z \
    --to=beanpole135@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).