Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dinit-0.16.1
@ 2023-06-01 21:43 xeji
  2023-06-01 21:47 ` [PR REVIEW] " classabbyamp
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: xeji @ 2023-06-01 21:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xeji/void-packages dinit
https://github.com/void-linux/void-packages/pull/44222

New package: dinit-0.16.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- 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


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

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

From 56514fb744eb8796224e15fd0ed051610b1937ce Mon Sep 17 00:00:00 2001
From: Uli Baum <xeji@cat3.de>
Date: Thu, 1 Jun 2023 23:40:36 +0200
Subject: [PATCH] New package: dinit-0.16.1

---
 srcpkgs/dinit/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/dinit/template

diff --git a/srcpkgs/dinit/template b/srcpkgs/dinit/template
new file mode 100644
index 000000000000..78217a28037a
--- /dev/null
+++ b/srcpkgs/dinit/template
@@ -0,0 +1,22 @@
+# Template file for 'dinit'
+pkgname=dinit
+version=0.16.1
+revision=1
+build_style=gnu-makefile
+make_install_args="SBINDIR=/usr/bin"
+make_check_target="check"
+make_check_args="-j 1"  # building checks fails when run in parallel
+hostmakedepends="m4"
+checkdepends="libsanitizer-devel"
+short_desc="Service manager and init system"
+maintainer="Uli Baum <xeji@cat3.de>"
+license="Apache-2.0"
+homepage="https://davmac.org/projects/dinit/"
+changelog="https://github.com/davmac314/dinit/NEWS"
+distfiles="https://github.com/davmac314/dinit/archive/v${version}.tar.gz"
+checksum=fecab916da569e7fda1ad7651eb2cc639885ac203f4729d55612108b69cd5140
+
+post_extract() {
+	# don't build shutdown/halt/reboot commands, we don't use dinit as system init
+	sed -e 's/BUILD_SHUTDOWN=yes/BUILD_SHUTDOWN=no/' configs/mconfig.Linux > mconfig
+}

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

end of thread, other threads:[~2023-12-04  1:46 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 21:43 [PR PATCH] New package: dinit-0.16.1 xeji
2023-06-01 21:47 ` [PR REVIEW] " classabbyamp
2023-06-01 21:47 ` classabbyamp
2023-06-01 21:47 ` classabbyamp
2023-06-01 21:47 ` classabbyamp
2023-06-01 22:07 ` [PR PATCH] [Updated] " xeji
2023-06-01 22:09 ` xeji
2023-06-01 22:10 ` [PR REVIEW] " xeji
2023-06-01 23:09 ` xeji
2023-08-10 16:38 ` dkwo
2023-08-19  8:40 ` dkwo
2023-08-19  8:40 ` dkwo
2023-08-20  9:19 ` dkwo
2023-08-20  9:39 ` Luciogi
2023-08-20  9:43 ` Luciogi
2023-08-20 12:52 ` dkwo
2023-08-20 12:58 ` Luciogi
2023-11-19  1:48 ` github-actions
2023-12-04  1:46 ` [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).