summaryrefslogtreecommitdiff
path: root/pcr/owncloud-app-roundcube
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-18 01:56:34 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-18 01:56:34 +0000
commit8185891e28635bdb83fdf4ba4391030912dae596 (patch)
tree66a946535bdd228514750233b2cc99dd1866ff64 /pcr/owncloud-app-roundcube
parent60a11f87366fdfbd114cdc91ff813518858e5f8d (diff)
Tue Feb 18 01:56:27 UTC 2014
Diffstat (limited to 'pcr/owncloud-app-roundcube')
-rw-r--r--pcr/owncloud-app-roundcube/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/owncloud-app-roundcube/PKGBUILD b/pcr/owncloud-app-roundcube/PKGBUILD
new file mode 100644
index 000000000..050925d8c
--- /dev/null
+++ b/pcr/owncloud-app-roundcube/PKGBUILD
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer : Parabola Aurélien Desbrières <aurelien@hackers.guru>
+
+pkgname=owncloud-app-roundcube
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Roundcubemail integration for owncloud"
+arch=('any')
+url="http://apps.owncloud.com/content/show.php/?content=151523"
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("https://github.com/hypery2k/owncloud/releases/download/v$pkgver/roundcube.zip")
+
+package() {
+ install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+ cp -a ${srcdir}/roundcube ${pkgdir}/usr/share/webapps/owncloud/apps/roundcube
+}