summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 499950694aa44b6c15a1fa83ac7cffbd1b098365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Tom Hacohen <tom@stosb.com>
# Contributor: David Runge <dave@sleepmap.de>

_name="radicale_storage_etesync"
pkgname="python-radicale-storage-etesync"
pkgver=0.10.0
pkgrel=1
pkgdesc="An EteSync storage plugin for Radicale"
arch=('any')
url="https://pypi.python.org/pypi/${_name}/"
license=('GPL')
depends=('python-etesync'
         'radicale'
)

package() {
    echo "*********************************************************"
    echo "Package is now empty and has been merged into etesync-dav"
    echo "*********************************************************"
}