~alpine/aports

testing/bitlbee-facebook: new package v1 PROPOSED

Marvin Steadfast: 1
 testing/bitlbee-facebook: new package

 1 files changed, 32 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/2602/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/bitlbee-facebook: new package Export this patch

---
 testing/bitlbee-facebook/APKBUILD | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 testing/bitlbee-facebook/APKBUILD

diff --git a/testing/bitlbee-facebook/APKBUILD b/testing/bitlbee-facebook/APKBUILD
new file mode 100644
index 0000000..c42c968
--- /dev/null
+++ b/testing/bitlbee-facebook/APKBUILD
@@ -0,0 +1,32 @@
# Contributor: Marvin Steadfast <marvin@xsteadfastx.org>
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
pkgname=bitlbee-facebook
pkgver=1.0.0
pkgrel=0
pkgdesc="Facebook protocol plugin for BitlBee"
url="https://github.com/jgeboski/bitlbee-facebook"
arch="all"
license="GPL"
depends="bitlbee json-glib"
depends_dev=""
makedepends="$depends_dev bitlbee-dev autoconf automake libtool json-glib-dev"
install=""
subpackages=""
source="https://github.com/jgeboski/bitlbee-facebook/releases/download/v${pkgver}/bitlbee-facebook-${pkgver}.tar.gz"

_builddir="$srcdir/bitlbee-facebook-${pkgver}"
build() {
	cd "$_builddir"
	./autogen.sh || return 1
	./configure || return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="22e8044e7678e287534877dadc34fa94  bitlbee-facebook-1.0.0.tar.gz"
sha256sums="ab3407c3b2f2d5cf90ef2a8b6f9da1ab5833cbad58cdde26a8a8847a48afd795  bitlbee-facebook-1.0.0.tar.gz"
sha512sums="14cf6263c12636465a73f6fa442083af2c2f7bddc101fca84a8a6cec4b8c58cd0d5e0aea3901c25bd27ea7f2eb5b5fb65543a1501db948066cc780f52339a94e  bitlbee-facebook-1.0.0.tar.gz"
-- 
2.7.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Hi,

Sorry late response.

On Tue,  5 Apr 2016 13:06:06 +0000
Marvin Steadfast <marvin@xsteadfastx.org> wrote: