[arch-commits] Commit in nextcloud-app-richdocuments/repos (2 files)

Sergej Pupykin spupykin at archlinux.org
Fri Feb 17 15:10:06 UTC 2017


    Date: Friday, February 17, 2017 @ 15:10:06
  Author: spupykin
Revision: 212925

archrelease: copy trunk to community-testing-any

Added:
  nextcloud-app-richdocuments/repos/community-testing-any/
  nextcloud-app-richdocuments/repos/community-testing-any/PKGBUILD
    (from rev 212924, nextcloud-app-richdocuments/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: nextcloud-app-richdocuments/repos/community-testing-any/PKGBUILD (from rev 212924, nextcloud-app-richdocuments/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2017-02-17 15:10:06 UTC (rev 212925)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Jonas Heinrich <onny at project-insanity.org>
+# Contributor: Jonas Heinrich <onny at project-insanity.org>
+
+pkgname=nextcloud-app-richdocuments
+pkgver=1.1.25
+pkgrel=3
+pkgdesc="Integrate Collabora Online into NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/richdocuments"
+license=('AGPL')
+depends=('nextcloud' 'libreoffice-online')
+makedepends=()
+options=('!strip')
+source=("richdocuments-${pkgver}.tar.gz::https://github.com/nextcloud/richdocuments/releases/download/1.1.25/richdocuments.tar.gz")
+sha512sums=("4d55f366ed9c39dcc04a5685c86e8099af472ff305bfba7bee0aaf2e80b571c3343638eec2051857911f63f3428b39509665b73b3b2f527b7380dc25a6795c29")
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/richdocuments" "${pkgdir}/usr/share/webapps/nextcloud/apps/richdocuments"
+}



More information about the arch-commits mailing list