Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: radm-0.6.1
@ 2022-08-22 19:49 Goorzhel
  2022-08-22 19:59 ` Goorzhel
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Goorzhel @ 2022-08-22 19:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Goorzhel/void-packages radm
https://github.com/void-linux/void-packages/pull/38839

New package: radm-0.6.1
- I tested the changes in this PR: **YES**
- This new package (however self-serving) conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


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

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

From 6076c6dfb4b1a440b1722937ea428378dd1bcad9 Mon Sep 17 00:00:00 2001
From: Antonio Gurgel <antonio@goorzhel.com>
Date: Tue, 12 Jul 2022 22:00:08 -0700
Subject: [PATCH] New package: radm-0.6.1

---
 srcpkgs/radm/files/radm/run | 11 +++++++++++
 srcpkgs/radm/template       | 23 +++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100755 srcpkgs/radm/files/radm/run
 create mode 100644 srcpkgs/radm/template

diff --git a/srcpkgs/radm/files/radm/run b/srcpkgs/radm/files/radm/run
new file mode 100755
index 000000000000..efe4752cf3ad
--- /dev/null
+++ b/srcpkgs/radm/files/radm/run
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+[ -r conf ] && . ./conf
+
+: ${x:=7}
+: ${args:="-f $X"}
+: ${wait_for_syslog:="true"}
+
+while [ "$wait_for_syslog" ] && [ ! -w /dev/log ]; do sleep 1; done
+
+exec setsid agetty -nl /usr/bin/radm -o "${args}" tty$x
diff --git a/srcpkgs/radm/template b/srcpkgs/radm/template
new file mode 100644
index 000000000000..2bcab27bac9d
--- /dev/null
+++ b/srcpkgs/radm/template
@@ -0,0 +1,23 @@
+# Template file for 'radm'
+pkgname=radm
+version=0.6.1
+revision=1
+build_style=cargo
+makedepends="clang make pam-devel pandoc"
+depends="seatd pam"
+short_desc="Console-based display manager for Wayland sessions"
+maintainer="Antonio Gurgel <antonio@goorzhel.com>"
+license="MIT"
+homepage="https://sr.ht/~goorzhel/radm/"
+distfiles="https://git.sr.ht/~goorzhel/radm/archive/${version}.tar.gz"
+checksum=81b87b76f1a59e2675bd4373f03d682b5c7f2b53adc926164f384bae8676c98a
+
+post_install() {
+	make res/radm.1
+
+	vinstall res/pam 644 etc/pam.d radm
+	vinstall res/rsyslog 644 etc/rsyslog.d radm
+	vlicense LICENSE
+	vman res/radm.1
+	vsv radm
+}

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

end of thread, other threads:[~2024-01-20  6:07 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-22 19:49 [PR PATCH] New package: radm-0.6.1 Goorzhel
2022-08-22 19:59 ` Goorzhel
2022-08-22 19:59 ` Goorzhel
2022-08-22 23:06 ` Goorzhel
2022-08-23  1:01 ` [PR PATCH] [Updated] " Goorzhel
2022-08-23  1:02 ` Goorzhel
2022-08-23  3:14 ` New package: radm-0.6.3 Goorzhel
2022-08-23  3:30 ` Goorzhel
2022-08-23  3:32 ` q66
2022-08-23  4:21 ` [PR PATCH] [Updated] " Goorzhel
2022-08-23  5:08 ` Goorzhel
2022-08-23  5:09 ` [PR PATCH] [Updated] " Goorzhel
2022-08-29  3:25 ` Goorzhel
2022-09-01  0:57 ` Goorzhel
2022-11-13 22:46 ` [PR PATCH] [Closed]: New package: radm-0.6.4 Goorzhel
2022-11-13 22:47 ` Goorzhel
2024-01-20  6:07 ` Goorzhel

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