summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 37284d93c5071958d22706a3ffff10285dae8f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#Maintainer: jnanar <info@agayon.be>

pkgname='libervia-web-hg'
_realname=libervia
pkgver=0.9.0.r1522.a44f77559279
_version=0.9.0
pkgrel=2
url="http://salut-a-toi.org/"
arch=('any')
pkgdesc="Salut à Toi, multi-frontends multi-purposes XMPP client (Web interface)"
provides=('libervia-web')
depends=('python' 'python-jinja' 'python-shortuuid-git' 'libervia-media-hg' 'libervia-backend-hg' 'libervia-templates-hg' 'python-zope-interface' 'python-pyopenssl' 'python-autobahn' 'dbus' 'python-brython')
makedepends=('python-setuptools' 'mercurial')
license=('AGPL3')
install=$pkgname.install
source=("hg+https://repos.goffi.org/libervia")

md5sums=('SKIP')

options=('!strip')

build() {
    cd "$srcdir/$_realname"
    python -m build --wheel --no-isolation
}

package() {
    cd "$srcdir/$_realname"
    python -m installer --destdir="$pkgdir" dist/*.whl
}