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

David Runge dvzrv at archlinux.org
Sun May 5 20:47:52 UTC 2019


    Date: Sunday, May 5, 2019 @ 20:47:52
  Author: dvzrv
Revision: 460238

archrelease: copy trunk to community-any

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

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

Copied: nextcloud-app-news/repos/community-any/PKGBUILD (from rev 460237, nextcloud-app-news/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-05-05 20:47:52 UTC (rev 460238)
@@ -0,0 +1,19 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Jonas Heinrich <onny at project-insanity.org>
+
+pkgname=nextcloud-app-news
+_name=news
+pkgver=13.1.6
+pkgrel=2
+pkgdesc="An RSS/Atom feed aggregator"
+arch=('any')
+url="https://github.com/nextcloud/news"
+license=('AGPL3')
+depends=('nextcloud')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/${_name}/releases/download/${pkgver}/${_name}.tar.gz")
+sha512sums=('9f67eb49a12285c614712f2361788d274837d553db6cbb4fe56e37902666bfa512f6ec9c1524f524ec13a3d2c753ca17b036fd558d6294a631a5e1ceae7dfae5')
+
+package() {
+  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}



More information about the arch-commits mailing list