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

Sergej Pupykin spupykin at archlinux.org
Fri Feb 17 15:09:11 UTC 2017


    Date: Friday, February 17, 2017 @ 15:09:10
  Author: spupykin
Revision: 212922

archrelease: copy trunk to community-testing-any

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

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

Copied: nextcloud-app-tasks/repos/community-testing-any/PKGBUILD (from rev 212921, nextcloud-app-tasks/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2017-02-17 15:09:10 UTC (rev 212922)
@@ -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-tasks
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="Enhanced task app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/tasks"
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("tasks-${pkgver}.tar.gz::https://github.com/owncloud/tasks/releases/download/v${pkgver}/tasks.zip")
+sha512sums=('f0db3893f432d33716ed7d3b770100a516ab3d7ee4cd0aed88ecc9271b5a6758061699ce9d8483f7b7f6f02d15c2b1662fe7c8dc249242f621ab0e707c26202b')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
+}



More information about the arch-commits mailing list