Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: liburing-0.1
Date: Sun, 22 Sep 2019 16:10:01 +0200	[thread overview]
Message-ID: <20190922141001.AM4JQkfIMN7X7zjEKcDlHzFPT2g_3453lmQp1Yg5V_o@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14642@inbox.vuxu.org>

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

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

https://github.com/ailiop-git/void-packages master
https://github.com/void-linux/void-packages/pull/14642

New package: liburing-0.1


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

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

From 03c791bca60ecaebb594d34f7cb582d66e0db341 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 22 Sep 2019 15:37:38 +0200
Subject: [PATCH] New package: liburing-0.1

---
 srcpkgs/liburing-devel    |  1 +
 srcpkgs/liburing/template | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/liburing-devel
 create mode 100644 srcpkgs/liburing/template

diff --git a/srcpkgs/liburing-devel b/srcpkgs/liburing-devel
new file mode 120000
index 00000000000..84e26155468
--- /dev/null
+++ b/srcpkgs/liburing-devel
@@ -0,0 +1 @@
+liburing
\ No newline at end of file
diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
new file mode 100644
index 00000000000..8a7a4db5a38
--- /dev/null
+++ b/srcpkgs/liburing/template
@@ -0,0 +1,25 @@
+# Template file for 'liburing'
+pkgname=liburing
+version=0.1
+revision=1
+build_style=configure
+configure_args="--mandir=/usr/share/man"
+short_desc="Linux-native io_uring I/O access library"
+maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
+license="LGPL-2.1-only"
+homepage="http://git.kernel.dk/cgit/liburing/"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
+checksum=a018ca58d38d5d4b544bfaa539f8dba60ed30e74ffae91ffbc8bea70d304fc5e
+archs="i686* x86_64*"
+
+liburing-devel_package() {
+	short_desc+=" - development files"
+	depends="liburing-${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/lib/*.a
+		vmove usr/lib/*.so
+		vmove usr/share/man
+	}
+}

  reply	other threads:[~2019-09-22 14:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-22 13:41 [PR PATCH] " voidlinux-github
2019-09-22 14:10 ` voidlinux-github [this message]
2019-09-22 14:10 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-22 14:25 ` voidlinux-github
2019-09-22 14:25 ` voidlinux-github
2019-09-23 17:50 ` voidlinux-github
2019-09-23 17:50 ` voidlinux-github
2019-09-25 10:44 ` [PR PATCH] [Merged]: " voidlinux-github

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=20190922141001.AM4JQkfIMN7X7zjEKcDlHzFPT2g_3453lmQp1Yg5V_o@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).