summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3bbf23947fa1629674b2e7504bebba339462e604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Klemens Schölhorn <klemens@schoelhorn.eu>

_pkgname=radicale-auth-seafile
pkgname=python-$_pkgname
pkgver=0.1.2
pkgrel=2
pkgdesc="Authenticate Radicale 2 requests against Seafile"
arch=('any')
url="https://github.com/klemens/radicale-auth-seafile"
license=('GPL3')
depends=('python'
         'python-psycopg2'
         'python-passlib'
         'radicale>=2')
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('9dbe31136ff43b4408f6772635c5054815fa5b6654f732f2c2382f58d2651032')

package() {
    cd "$srcdir/radicale-auth-seafile-$pkgver"
    python setup.py install --root="$pkgdir/" --optimize=1
}