summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 54e667098ea0c13f64330bc022a572103d2cfe05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@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"
}