Github messages for voidlinux
 help / color / mirror / Atom feed
From: natrys <natrys@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: crun-0.13
Date: Tue, 31 Mar 2020 13:10:44 +0200	[thread overview]
Message-ID: <20200331111044.0WE7CNq1V6bm5lguuMOVcQF6KMIeDi3EUxaFHXm7FDo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20212@inbox.vuxu.org>

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

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

https://github.com/natrys/void-packages crun-0.13
https://github.com/void-linux/void-packages/pull/20212

New package: crun-0.13


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

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

From 00c16f6636c16b5af905f81ec902aecffd9d2846 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Thu, 19 Mar 2020 18:15:37 +0600
Subject: [PATCH] New package: crun-0.13

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

diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template
new file mode 100644
index 00000000000..3fb761caa66
--- /dev/null
+++ b/srcpkgs/crun/template
@@ -0,0 +1,26 @@
+# Template file for 'crun'
+pkgname=crun
+version=0.13
+revision=1
+build_style=configure
+configure_args="--prefix=/usr --enable-dynamic --disable-systemd"
+hostmakedepends="pkg-config libtool python3 go-md2man"
+makedepends="libcap-devel libseccomp-devel yajl-devel"
+short_desc="Lightweight OCI runtime written in C"
+maintainer="Imran Khan <imrankhan@teknik.io>"
+license="GPL-2.0-or-later, LGPL-2.1-or-later"
+homepage="https://github.com/containers/crun"
+distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz"
+checksum=a7a9f458fa4c13fc63f8e74c6ce660f9c439022cd50b4a00902c258ef08e75ff
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" argp-standalone"
+fi
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" --host=${XBPS_CROSS_TRIPLET}"
+fi
+
+post_install() {
+	rm -f ${DESTDIR}/usr/lib/*.a
+}

  parent reply	other threads:[~2020-03-31 11:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20212@inbox.vuxu.org>
2020-03-25 22:14 ` [WIP] " Noah-Huppert
2020-03-28 15:02 ` natrys
2020-03-31 11:10 ` natrys [this message]
2020-07-09  1:27 ` [PR REVIEW] " sgn
2020-07-09 12:41 ` [PR PATCH] [Updated] " natrys
2020-07-09 12:53 ` [PR REVIEW] " natrys
2020-10-25 16:50 ` [PR PATCH] [Closed]: New package: crun-0.14.1 Duncaen

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=20200331111044.0WE7CNq1V6bm5lguuMOVcQF6KMIeDi3EUxaFHXm7FDo@z \
    --to=natrys@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).