Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gcn64tools-2.1.19
@ 2019-09-10  0:19 voidlinux-github
  2019-09-13  1:15 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: voidlinux-github @ 2019-09-10  0:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Mrnoname1000/void-packages gcn64tools
https://github.com/void-linux/void-packages/pull/14372

New package: gcn64tools-2.1.19
The program by default uses TAG+="uaccess" to get access to hidraw devices via udev, so I figured granting access to the users group would suffice.

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

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

From 5ee453343c71b5900d2083236a58863f1462dcbe Mon Sep 17 00:00:00 2001
From: Oliver Nutter <mrnoname1000@riseup.net>
Date: Sat, 7 Sep 2019 01:20:14 -0500
Subject: [PATCH] New package: gcn64tools-2.1.19

---
 srcpkgs/gcn64tools/template | 31 +++++++++++++++++++++++++++++++
 srcpkgs/gcn64tools/update   |  1 +
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/gcn64tools/template
 create mode 100644 srcpkgs/gcn64tools/update

diff --git a/srcpkgs/gcn64tools/template b/srcpkgs/gcn64tools/template
new file mode 100644
index 00000000000..de727b15ff5
--- /dev/null
+++ b/srcpkgs/gcn64tools/template
@@ -0,0 +1,31 @@
+# Template file for 'gcn64tools'
+pkgname=gcn64tools
+_longname=raphnet-tech_adapter_manager
+version=2.1.19
+revision=1
+wrksrc="${_longname}-${version}"
+build_style=gnu-makefile
+hostmakedepends="pkg-config make"
+makedepends="hidapi-devel gtk+3-devel libxml2 zlib-devel glib-devel"
+depends="dfu-programmer"
+short_desc="Tools to manage Raphnet USB controller adapters"
+maintainer="Oliver Nutter <mrnoname1000@riseup.net>"
+license="GPL-3.0-or-later"
+homepage="https://www.raphnet-tech.com/products/adapter_manager/index.php"
+distfiles="https://www.raphnet-tech.com/downloads/${_longname}-${version}.tar.gz"
+checksum=ba349102968fe1e13d210bfa32971d760f431796678812f5b22884b9880be2df
+
+do_build() {
+	make -C src
+	vsed -i 's|TAG+="uaccess"|MODE="0660", GROUP="users"|' scripts/10-*.rules
+}
+
+do_install() {
+	vmkdir usr/bin
+	make PREFIX="${DESTDIR}/usr" -C src install
+
+	vinstall scripts/10-atmel-dfu.rules 644 usr/lib/udev/rules.d
+	vinstall scripts/10-raphnet.rules 644 usr/lib/udev/rules.d
+
+	vlicense LICENSE
+}
diff --git a/srcpkgs/gcn64tools/update b/srcpkgs/gcn64tools/update
new file mode 100644
index 00000000000..97bbc57b2d0
--- /dev/null
+++ b/srcpkgs/gcn64tools/update
@@ -0,0 +1 @@
+pattern="${_longname}-\K[\d.]+(?=.tar.gz)"

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

end of thread, other threads:[~2022-04-30  2:13 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-10  0:19 [PR PATCH] New package: gcn64tools-2.1.19 voidlinux-github
2019-09-13  1:15 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-13  1:15 ` voidlinux-github
2019-09-15 17:55 ` voidlinux-github
2019-09-15 17:55 ` voidlinux-github
2021-02-16  5:40 ` [PR REVIEW] " ericonr
2021-02-16 16:45 ` Vaelatern
2021-02-16 16:46 ` Vaelatern
2021-02-16 16:46 ` Vaelatern
2021-03-22 17:54 ` [PR PATCH] [Updated] " mrnoname1000
2021-03-26 16:04 ` mrnoname1000
2021-03-26 16:47 ` mrnoname1000
2021-03-26 18:03 ` mrnoname1000
2021-03-26 18:06 ` ericonr
2021-03-26 18:45 ` [PR PATCH] [Updated] " mrnoname1000
2021-03-26 18:49 ` mrnoname1000
2021-03-26 19:18 ` ericonr
2021-03-26 19:19 ` ericonr
2021-03-26 22:41 ` [PR PATCH] [Updated] " mrnoname1000
2021-03-26 22:44 ` mrnoname1000
2022-04-15  2:12 ` github-actions
2022-04-30  2:13 ` [PR PATCH] [Closed]: " github-actions

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