Github messages for voidlinux
 help / color / mirror / Atom feed
From: AnInternetTroll <AnInternetTroll@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: atheme-7.2.12
Date: Sun, 28 Jan 2024 09:48:12 +0100	[thread overview]
Message-ID: <20240128084812.C0AB023FBF@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46956@inbox.vuxu.org>

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

There is an updated 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: 2447 bytes --]

From 6261a278443c06fef6f72f008dbaf0ddcd7ad756 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-devel            |  1 +
 srcpkgs/atheme/files/atheme/run |  6 ++++++
 srcpkgs/atheme/template         | 37 +++++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+)
 create mode 120000 srcpkgs/atheme-devel
 create mode 100644 srcpkgs/atheme/files/atheme/run
 create mode 100644 srcpkgs/atheme/template

diff --git a/srcpkgs/atheme-devel b/srcpkgs/atheme-devel
new file mode 120000
index 0000000000000..2c84c4c59c339
--- /dev/null
+++ b/srcpkgs/atheme-devel
@@ -0,0 +1 @@
+atheme
\ No newline at end of file
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..05f7f80140d64
--- /dev/null
+++ b/srcpkgs/atheme/template
@@ -0,0 +1,37 @@
+# Template file for 'atheme'
+pkgname=atheme
+version=7.2.12
+revision=1
+build_style=gnu-configure
+configure_args="--disable-nls --enable-fhs-paths --sysconfdir=/etc/atheme"
+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() {
+	mv "$DESTDIR/usr/bin/ecdsakeygen" "$DESTDIR/usr/bin/atheme-ecdsakeygen"
+	mv "$DESTDIR/usr/bin/dbverify" "$DESTDIR/usr/bin/atheme-dbverify"
+	vsv atheme
+	vlicense doc/LICENSE
+}
+
+atheme-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

  parent reply	other threads:[~2024-01-28  8:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-29 10:03 [PR PATCH] " 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 ` AnInternetTroll [this message]
2024-04-28  1:46 ` github-actions
2024-04-28  8:28 ` AnInternetTroll
2024-05-01 14:01 ` [PR PATCH] [Updated] " AnInternetTroll

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=20240128084812.C0AB023FBF@inbox.vuxu.org \
    --to=aninternettroll@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).