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

David Runge dvzrv at archlinux.org
Wed Sep 19 21:48:37 UTC 2018


    Date: Wednesday, September 19, 2018 @ 21:48:36
  Author: dvzrv
Revision: 383432

archrelease: copy trunk to community-any

Added:
  nextcloud-app-spreed/repos/community-any/
  nextcloud-app-spreed/repos/community-any/PKGBUILD
    (from rev 383431, nextcloud-app-spreed/trunk/PKGBUILD)

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

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 383431, nextcloud-app-spreed/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-09-19 21:48:36 UTC (rev 383432)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Video & audio-conferencing using WebRTC"
+arch=('any')
+url="https://apps.nextcloud.com/apps/spreed"
+license=('GPL')
+depends=('nextcloud<15.0.0')
+source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz")
+sha512sums=('ea119cdf0eb5cb375fb088ef30b82c7bc6591ba7d8c62020fddec7d705471739b2d5eff9c513b03b39cf76025f2a45818e07df30b5b09cfe12433ccce2846700')
+
+prepare() {
+  find ${_name} -type f -exec chmod 644 {} +
+  find ${_name} -type d -exec chmod 755 {} +
+}
+
+package() {
+  install -dm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+  cp -av ${_name}/* "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+}



More information about the arch-commits mailing list