summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-21 19:00:43 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-21 19:00:43 +0100
commita464d97215f54368d634cb7156ce3c7bb2cb5f46 (patch)
tree4a1a100d4a91f876854edb1b24e7a63d33199deb /pcr
parentcba117194b0183dbf5cfbaee6d762f6020559c94 (diff)
pcr/roundcube-carddav: removed.
Diffstat (limited to 'pcr')
-rw-r--r--pcr/roundcube-carddav/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/pcr/roundcube-carddav/PKGBUILD b/pcr/roundcube-carddav/PKGBUILD
deleted file mode 100644
index ad50df248..000000000
--- a/pcr/roundcube-carddav/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id$
-# Contributor (Arch): tang francescoallara.it
-# Maintainer : Parabola Aurélien Desbrières <aurelien@hackers.guru>
-
-pkgname=roundcube-carddav
-pkgver=git
-pkgrel=1
-pkgdesc="This plugin allows users to export their contacts via CardDAV"
-arch=('any')
-url="http://www.graviox.de/"
-license=('GPL')
-depends=('roundcubemail>=0.9.0')
-makedepends=('git')
-source=(https://github.com/graviox/Roundcube-CardDAV.git)
-
-package() {
- _instdir=${pkgdir}/usr/share/webapps/roundcubemail/plugins/carddav
- git clone ${source} ${_instdir}
- install -dm755 ${_instdir}
-
- # fix all the 644 perms on files
- find ${_instdir} -type f -exec chmod 644 {} \;
-}
-md5sums=('a7c2e71f5d7a0d36c6682be6ff3413bd')