Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: eiwd-1.28
@ 2022-07-09  8:50 wael444
  2022-07-12  8:45 ` [PR PATCH] [Updated] " wael444
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: wael444 @ 2022-07-09  8:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages eiwd
https://github.com/void-linux/void-packages/pull/37934

New package: eiwd-1.28
#### Testing the changes
- I tested the changes in this PR: **YES**

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

Solves #37622 

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures
  - x86_64-musl
  - i686
  - aarch64-musl
  - armv7l
  - armv6l-musl

I mainly copied the original existing iwd template for this.

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

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

From da431aaf2c60dd126a864c60d04f5e3a3bfab9cd Mon Sep 17 00:00:00 2001
From: wael <40663@proton.me>
Date: Sat, 9 Jul 2022 11:39:06 +0300
Subject: [PATCH] New package: eiwd-1.28

---
 srcpkgs/eiwd/files/eiwd/log/run |  2 ++
 srcpkgs/eiwd/files/eiwd/run     |  3 +++
 srcpkgs/eiwd/template           | 26 ++++++++++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 100755 srcpkgs/eiwd/files/eiwd/log/run
 create mode 100755 srcpkgs/eiwd/files/eiwd/run
 create mode 100644 srcpkgs/eiwd/template

diff --git a/srcpkgs/eiwd/files/eiwd/log/run b/srcpkgs/eiwd/files/eiwd/log/run
new file mode 100755
index 000000000000..1e182b5a754e
--- /dev/null
+++ b/srcpkgs/eiwd/files/eiwd/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec vlogger -p daemon.info -t iwd
diff --git a/srcpkgs/eiwd/files/eiwd/run b/srcpkgs/eiwd/files/eiwd/run
new file mode 100755
index 000000000000..f42e3cfc4ffa
--- /dev/null
+++ b/srcpkgs/eiwd/files/eiwd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+[ -r ./conf ] && . ./conf
+exec /usr/libexec/iwd ${OPTS} 2>&1
diff --git a/srcpkgs/eiwd/template b/srcpkgs/eiwd/template
new file mode 100644
index 000000000000..49855085c7de
--- /dev/null
+++ b/srcpkgs/eiwd/template
@@ -0,0 +1,26 @@
+# Template file for 'eiwd'
+pkgname=eiwd
+version=1.28
+revision=1
+wrksrc=iwd-${version}
+build_style=gnu-configure
+configure_args="--disable-dbus --enable-wired --enable-pie"
+hostmakedepends="python3-docutils pkg-config"
+makedepends="readline-devel"
+checkdepends="python3"
+short_desc="Internet Wireless Daemon (iwd) without dbus"
+maintainer="wael <40663@proton.me>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/illiliti/eiwd"
+changelog="https://github.com/illiliti/eiwd/blob/master/ChangeLog"
+distfiles="https://github.com/illiliti/eiwd/releases/download/${version}-1/iwd-${version}.tar.xz"
+checksum=f7df393ee5cede63c4fabbef468f7d1038cd81476078563caeb7f9282d8e82c5
+make_dirs="/var/lib/iwd 0600 root root
+ /etc/iwd 755 root root"
+conflicts="iwd"
+# tests depend on kernel features
+make_check=extended
+
+post_install() {
+	vsv eiwd
+}

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

end of thread, other threads:[~2022-10-01  9:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-09  8:50 [PR PATCH] New package: eiwd-1.28 wael444
2022-07-12  8:45 ` [PR PATCH] [Updated] " wael444
2022-07-17 18:29 ` wael444
2022-08-21 17:19 ` New package: eiwd-1.29 XDream8
2022-08-22  0:10 ` wael444
2022-08-23 10:14 ` paper42
2022-08-23 10:14 ` paper42
2022-10-01  9:29 ` [PR PATCH] [Closed]: " wael444

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