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

Sergej Pupykin spupykin at archlinux.org
Wed Jul 7 11:28:28 UTC 2021


    Date: Wednesday, July 7, 2021 @ 11:28:28
  Author: spupykin
Revision: 975152

archrelease: copy trunk to community-testing-any

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

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

Copied: nextcloud-app-notes/repos/community-testing-any/PKGBUILD (from rev 975151, nextcloud-app-notes/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2021-07-07 11:28:28 UTC (rev 975152)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: David Runge <dave at sleepmap.de>
+
+pkgname=nextcloud-app-notes
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="Simple Notes app for Nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/notes"
+license=('AGPL3')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz")
+sha512sums=('89344d62d9ebb770053c1bdc689ad5e3eeb8fbd210c4790a0049b8d797d109ae71fe64abffa9200dba3596e473c334dba33a65fca9e7e8122c6134795218b480')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
+}




More information about the arch-commits mailing list