~alpine/aports

testing/gloox: new aport v1 REJECTED

VÖRÖSKŐI András <voroskoi@gmail.com>
VÖRÖSKŐI András: 2
 testing/gloox: new aport
 testing/gloox: new aport

 2 files changed, 50 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3188/mbox | git am -3
Learn more about email & git

[PATCH] testing/gloox: new aport Export this patch

VÖRÖSKŐI András <voroskoi@gmail.com>
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

[PATCH] testing/gloox: new aport Export this patch

VÖRÖSKŐI András <voroskoi@gmail.com>
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