Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: RabbitMQ C Client
@ 2019-10-28 20:30 voidlinux-github
  2019-10-28 21:29 ` voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-28 20:30 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

* Re: New Package: RabbitMQ C Client
  2019-10-28 20:30 [PR PATCH] New Package: RabbitMQ C Client voidlinux-github
@ 2019-10-28 21:29 ` voidlinux-github
  2019-10-28 21:29 ` [PR PATCH] [Closed]: " voidlinux-github
  2019-10-28 21:34 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-28 21:29 UTC (permalink / raw)
  To: ml

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

New comment by schmidh on void-packages repository

https://github.com/void-linux/void-packages/pull/15870#issuecomment-547154442

Comment:
I will make another try.

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

* Re: [PR PATCH] [Closed]: New Package: RabbitMQ C Client
  2019-10-28 20:30 [PR PATCH] New Package: RabbitMQ C Client voidlinux-github
  2019-10-28 21:29 ` voidlinux-github
@ 2019-10-28 21:29 ` voidlinux-github
  2019-10-28 21:34 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-28 21:29 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New Package: RabbitMQ C Client
https://github.com/void-linux/void-packages/pull/15870

Description:
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.

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

* Re: New Package: RabbitMQ C Client
  2019-10-28 20:30 [PR PATCH] New Package: RabbitMQ C Client voidlinux-github
  2019-10-28 21:29 ` voidlinux-github
  2019-10-28 21:29 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-10-28 21:34 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-28 21:34 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/15870#issuecomment-547156071

Comment:
> I will make another try.

You can normally just keep the PR open and just ammend your commit and force push to your repo. Keeps it all together and doesn't produce that much noise.

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

end of thread, other threads:[~2019-10-28 21:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-28 20:30 [PR PATCH] New Package: RabbitMQ C Client voidlinux-github
2019-10-28 21:29 ` voidlinux-github
2019-10-28 21:29 ` [PR PATCH] [Closed]: " voidlinux-github
2019-10-28 21:34 ` voidlinux-github

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