[arch-commits] Commit in jcl (repos repos/community-any repos/community-any/PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Jan 29 16:05:47 UTC 2018


    Date: Monday, January 29, 2018 @ 16:05:46
  Author: spupykin
Revision: 287802

archrelease: copy trunk to community-any

Added:
  jcl/repos/
  jcl/repos/community-any/
  jcl/repos/community-any/PKGBUILD
    (from rev 287801, jcl/trunk/PKGBUILD)

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

Copied: jcl/repos/community-any/PKGBUILD (from rev 287801, jcl/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2018-01-29 16:05:46 UTC (rev 287802)
@@ -0,0 +1,22 @@
+# $Id$
+# 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 component library"
+arch=(any)
+url="https://github.com/dax/jcl"
+license=("GPL")
+backup=(etc/ejabberd/jmc.xml)
+depends=('python2' 'python2-pysqlite' 'python2-sqlobject')
+makedepends=('git' 'python2-setuptools')
+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