This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
2
2
[PATCH] testing/gloox: new aport
https://camaya.net/gloox/
gloox is a rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++.
---
testing/gloox/APKBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 testing/gloox/APKBUILD
diff --git a/testing/gloox/APKBUILD b/testing/gloox/APKBUILD
new file mode 100644
index 0000000000..14808358e9
--- /dev/null
+++ b/testing/gloox/APKBUILD
@@ -0,0 +1,25 @@
+ # Contributor: VÖRÖSKŐI András <voroskoi@gmail.com>
+ # Maintainer:
+ pkgname="gloox"
+ pkgver="1.0.23"
+ pkgrel=0
+ pkgdesc="gloox is a rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++."
+ url="https://camaya.net/gloox/"
+ arch="all"
+ license="GPL-3.0"
+ source="https://camaya.net/download/gloox-$pkgver.tar.bz2"
+
+ build() {
+ ./configure --prefix=/usr
+ make
+ }
+
+ check() {
+ make test
+ }
+
+ package() {
+ make DESTDIR=$pkgdir install
+ }
+
+ sha512sums="1b3e353f532586fc41dfb9cac752afaf0ff9d5bac6d9faa8c49d5b4227993ace9fefd234601ac9bce765fb9b39141be0589e756da1b59bf4f0c27108cfbc57a3 gloox-1.0.23.tar.bz2"
--
2.24.1
> +pkgrel=0
> +pkgdesc="gloox is a rock-solid, full-featured Jabber/XMPP client
> library, written in clean ANSI C++." +url="https://camaya.net/gloox/"
> +arch="all"
> +license="GPL-3.0"
Please use an spdx-identifier for license.
https://camaya.net/gloox/
gloox is a rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++.
---
testing/gloox/APKBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 testing/gloox/APKBUILD
diff --git a/testing/gloox/APKBUILD b/testing/gloox/APKBUILD
new file mode 100644
index 0000000000..dcc741e1fc
--- /dev/null
+++ b/testing/gloox/APKBUILD
@@ -0,0 +1,25 @@
+ # Contributor: VÖRÖSKŐI András <voroskoi@gmail.com>
+ # Maintainer:
+ pkgname="gloox"
+ pkgver="1.0.23"
+ pkgrel=0
+ pkgdesc="gloox is a rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++."
+ url="https://camaya.net/gloox/"
+ arch="all"
+ license="GPL-3.0-only"
+ source="https://camaya.net/download/gloox-$pkgver.tar.bz2"
+
+ build() {
+ ./configure --prefix=/usr
+ make
+ }
+
+ check() {
+ make test
+ }
+
+ package() {
+ make DESTDIR=$pkgdir install
+ }
+
+ sha512sums="1b3e353f532586fc41dfb9cac752afaf0ff9d5bac6d9faa8c49d5b4227993ace9fefd234601ac9bce765fb9b39141be0589e756da1b59bf4f0c27108cfbc57a3 gloox-1.0.23.tar.bz2"
--
2.24.1