[arch-commits] Commit in (jcl jcl/trunk jcl/trunk/PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Jan 29 15:37:29 UTC 2018


    Date: Monday, January 29, 2018 @ 15:37:28
  Author: spupykin
Revision: 287790

add jcl

Added:
  jcl/
  jcl/trunk/
  jcl/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Added: jcl/trunk/PKGBUILD
===================================================================
--- jcl/trunk/PKGBUILD	                        (rev 0)
+++ jcl/trunk/PKGBUILD	2018-01-29 15:37:28 UTC (rev 287790)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 194152 2016-10-31 13:48:24Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=jcl
+pkgver=0.1rc2
+pkgrel=1
+_commit=6893bcf7f720a7b0beeaed5f433539d0b06d3b1a
+pkgdesc="jabber mail component"
+arch=(any)
+url="https://github.com/dax/jcl"
+license=("GPL")
+backup=(etc/ejabberd/jmc.xml)
+depends=('python2' 'python2-pyxmpp')
+makedepends=('git')
+install=jmc.install
+source=("git+https://github.com/dax/jcl.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+package() {
+  cd "$srcdir/jcl"
+  python2 setup.py install --root="$pkgdir"
+}



More information about the arch-commits mailing list