Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package: catatonit-0.1.4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19638@inbox.vuxu.org>
@ 2020-07-08  9:18 ` PaperMountainStudio
  0 siblings, 0 replies; only message in thread
From: PaperMountainStudio @ 2020-07-08  9:18 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages new-package-catatonit
https://github.com/void-linux/void-packages/pull/19638

New package: catatonit-0.1.4


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-package-catatonit-19638.patch --]
[-- Type: text/x-diff, Size: 1836 bytes --]

From 78e14573ac53ab1970de544303efd0e61bfcc6eb Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 8 Jul 2020 11:16:15 +0200
Subject: [PATCH] New package: catatonit-0.1.5

---
 .../patches/fix-undeclared-identifier.patch   | 12 +++++++++++
 srcpkgs/catatonit/template                    | 21 +++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/catatonit/patches/fix-undeclared-identifier.patch
 create mode 100644 srcpkgs/catatonit/template

diff --git a/srcpkgs/catatonit/patches/fix-undeclared-identifier.patch b/srcpkgs/catatonit/patches/fix-undeclared-identifier.patch
new file mode 100644
index 00000000000..641e91db6c8
--- /dev/null
+++ b/srcpkgs/catatonit/patches/fix-undeclared-identifier.patch
@@ -0,0 +1,12 @@
+taken from alpine
+--- catatonit.c
++++ catatonit.c
+@@ -34,6 +34,8 @@
+ 
+ #include "config.h"
+ 
++extern char **__environ;
++
+ static enum loglevel_t {
+ 	LOG_FATAL = 0,
+ 	LOG_ERROR = 1,
diff --git a/srcpkgs/catatonit/template b/srcpkgs/catatonit/template
new file mode 100644
index 00000000000..ce32000819e
--- /dev/null
+++ b/srcpkgs/catatonit/template
@@ -0,0 +1,21 @@
+# Template file for 'catatonit'
+pkgname=catatonit
+version=0.1.5
+revision=1
+build_style=gnu-configure
+hostmakedepends="libtool automake"
+short_desc="Container init that is so simple it's effectively brain-dead"
+maintainer="Paper <paper@tilde.institute>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/openSUSE/catatonit"
+distfiles="https://github.com/openSUSE/catatonit/releases/download/v$version/catatonit.tar.xz"
+checksum=4c45e2230235751731da3daabe130abce70b3ef37d0b1936cbc90a46b475cf08
+
+pre_configure() {
+	autoreconf -fi
+}
+
+post_install() {
+	mkdir -p "${DESTDIR}/usr/libexec/podman"
+	ln -sf ../../bin/catatonit "${DESTDIR}/usr/libexec/podman/catatonit"
+}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-08  9:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19638@inbox.vuxu.org>
2020-07-08  9:18 ` [PR PATCH] [Updated] New package: catatonit-0.1.4 PaperMountainStudio

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