Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New Package: RabbitMQ C Client
Date: Mon, 28 Oct 2019 21:30:00 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15870@inbox.vuxu.org> (raw)

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

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

https://github.com/schmidh/void-packages rabbitmq-c
https://github.com/void-linux/void-packages/pull/15870

New Package: RabbitMQ C Client
This is my first package. So please check if everything is ok. I tried to create a rabbitmq-c-devel package by linking it to rabbitmq-c. Not sure if this is idiomatic for such a small package.

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

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

From b2215168387ee4b47b73eb6f4dbad702d7529a84 Mon Sep 17 00:00:00 2001
From: "Hans-J. Schmid" <knock@myopendoor.de>
Date: Mon, 28 Oct 2019 21:25:22 +0100
Subject: [PATCH] adds rabbitmq-c library.

---
 srcpkgs/rabbitmq-c-devel    |  1 +
 srcpkgs/rabbitmq-c/template | 18 ++++++++++++++++++
 template                    | 18 ++++++++++++++++++
 3 files changed, 37 insertions(+)
 create mode 120000 srcpkgs/rabbitmq-c-devel
 create mode 100644 srcpkgs/rabbitmq-c/template
 create mode 100644 template

diff --git a/srcpkgs/rabbitmq-c-devel b/srcpkgs/rabbitmq-c-devel
new file mode 120000
index 00000000000..5039cc59dce
--- /dev/null
+++ b/srcpkgs/rabbitmq-c-devel
@@ -0,0 +1 @@
+rabbitmq-c
\ No newline at end of file
diff --git a/srcpkgs/rabbitmq-c/template b/srcpkgs/rabbitmq-c/template
new file mode 100644
index 00000000000..009da3b2ddf
--- /dev/null
+++ b/srcpkgs/rabbitmq-c/template
@@ -0,0 +1,18 @@
+# Template file for 'rabbitmq-c'
+pkgname=rabbitmq-c
+version=0.9.0
+revision=1
+build_style=cmake
+hostmakedepends="popt xmlto doxygen"
+makedepends="libressl-devel"
+depends="libressl"
+short_desc="RabbitMQ C client"
+maintainer="Hans-J. Schmid <knock@myopendoor.de>"
+license="MIT"
+homepage="https://github.com/alanxz/rabbitmq-c"
+distfiles="https://github.com/alanxz/${pkgname}/archive/v${version}.tar.gz"
+checksum=316c0d156452b488124806911a62e0c2aa8a546d38fc8324719cd29aaa493024
+
+post_install() {
+ vlicense LICENSE-MIT
+}
diff --git a/template b/template
new file mode 100644
index 00000000000..009da3b2ddf
--- /dev/null
+++ b/template
@@ -0,0 +1,18 @@
+# Template file for 'rabbitmq-c'
+pkgname=rabbitmq-c
+version=0.9.0
+revision=1
+build_style=cmake
+hostmakedepends="popt xmlto doxygen"
+makedepends="libressl-devel"
+depends="libressl"
+short_desc="RabbitMQ C client"
+maintainer="Hans-J. Schmid <knock@myopendoor.de>"
+license="MIT"
+homepage="https://github.com/alanxz/rabbitmq-c"
+distfiles="https://github.com/alanxz/${pkgname}/archive/v${version}.tar.gz"
+checksum=316c0d156452b488124806911a62e0c2aa8a546d38fc8324719cd29aaa493024
+
+post_install() {
+ vlicense LICENSE-MIT
+}

             reply	other threads:[~2019-10-28 20:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-28 20:30 voidlinux-github [this message]
2019-10-28 21:29 ` [PR PATCH] [Closed]: " voidlinux-github
2019-10-28 21:29 ` voidlinux-github
2019-10-28 21:34 ` 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15870@inbox.vuxu.org \
    --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).