diff options
author | aurelien <aurelien@xload.io> | 2014-02-07 17:00:19 +0100 |
---|---|---|
committer | aurelien <aurelien@xload.io> | 2014-02-07 17:00:19 +0100 |
commit | 02b8834a3b334793fe0722331078c883f3457c15 (patch) | |
tree | 7c13dd043e69340f57dbd0e194b48e9f9ddb977e /pcr/owncloud-app-roundcube/PKGBUILD | |
parent | 06626890a36f282a8f04ed1f59c485886faf10a9 (diff) |
+ owncloud app roundcube
Diffstat (limited to 'pcr/owncloud-app-roundcube/PKGBUILD')
-rw-r--r-- | pcr/owncloud-app-roundcube/PKGBUILD | 20 |
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 +} |