Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: atheme-7.2.12
@ 2023-10-29 10:03 AnInternetTroll
  2023-10-29 10:45 ` [PR PATCH] [Updated] " AnInternetTroll
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: AnInternetTroll @ 2023-10-29 10:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AnInternetTroll/void-packages user/luca/atheme-7.2.12
https://github.com/void-linux/void-packages/pull/46956

New package: atheme-7.2.12
#### Testing the changes
- I tested the changes in this PR: **YES**

- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)

Built on x86_64-glibc, tested on aarch64-musl with ngircd


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-user/luca/atheme-7.2.12-46956.patch --]
[-- Type: text/x-diff, Size: 1779 bytes --]

From eca65194c862c7fe04f7f162b25231eb85c042f1 Mon Sep 17 00:00:00 2001
From: Luca Matei Pintilie <luca@lucamatei.com>
Date: Sun, 29 Oct 2023 10:58:45 +0100
Subject: [PATCH] New package: atheme-7.2.12

---
 srcpkgs/atheme/files/atheme/run |  6 ++++++
 srcpkgs/atheme/template         | 26 ++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/atheme/files/atheme/run
 create mode 100644 srcpkgs/atheme/template

diff --git a/srcpkgs/atheme/files/atheme/run b/srcpkgs/atheme/files/atheme/run
new file mode 100644
index 0000000000000..9fb8c85af7aa1
--- /dev/null
+++ b/srcpkgs/atheme/files/atheme/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+exec 2>&1
+[ -r ./conf ] && . ./conf
+ulimit -n ${MAX_OPEN_FILES:-8192}
+
+exec chpst -u _atheme:_atheme atheme-services -n
diff --git a/srcpkgs/atheme/template b/srcpkgs/atheme/template
new file mode 100644
index 0000000000000..7b0965b9eacd7
--- /dev/null
+++ b/srcpkgs/atheme/template
@@ -0,0 +1,26 @@
+# Template file for 'atheme'
+pkgname=atheme
+version=7.2.12
+revision=1
+build_style=gnu-configure
+configure_args="--disable-nls --enable-fhs-paths"
+hostmakedepends="pkg-config gettext"
+makedepends="libmowgli-devel"
+short_desc="Atheme IRC Services"
+maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
+license="ISC"
+homepage="https://atheme.github.io/"
+changelog="https://github.com/atheme/atheme/releases"
+distfiles="https://github.com/atheme/atheme/releases/download/v$version/atheme-services-v$version.tar.xz"
+checksum=600d5ba0e25d80307818021fd9b85e49b07f245932b3c8e04e16fe312dd60fba
+
+system_accounts="_atheme"
+
+make_dirs="/var/lib/atheme 0700 _atheme _atheme
+ /var/run/atheme 0700 _atheme _atheme
+ /etc/atheme 755 _atheme _atheme"
+
+post_install() {
+	vsv atheme
+	vlicense doc/LICENSE
+}

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

end of thread, other threads:[~2024-05-01 14:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-29 10:03 [PR PATCH] New package: atheme-7.2.12 AnInternetTroll
2023-10-29 10:45 ` [PR PATCH] [Updated] " AnInternetTroll
2023-10-29 11:00 ` AnInternetTroll
2023-10-29 17:14 ` [PR REVIEW] " classabbyamp
2023-10-29 18:23 ` [PR PATCH] [Updated] " AnInternetTroll
2023-10-29 18:26 ` AnInternetTroll
2023-10-29 18:28 ` [PR PATCH] [Updated] " AnInternetTroll
2024-01-28  1:46 ` github-actions
2024-01-28  8:48 ` [PR PATCH] [Updated] " AnInternetTroll
2024-04-28  1:46 ` github-actions
2024-04-28  8:28 ` AnInternetTroll
2024-05-01 14:01 ` [PR PATCH] [Updated] " AnInternetTroll

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