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

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


    Date: Wednesday, July 7, 2021 @ 11:27:54
  Author: spupykin
Revision: 975150

archrelease: copy trunk to community-testing-any

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

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

Copied: nextcloud-app-contacts/repos/community-testing-any/PKGBUILD (from rev 975149, nextcloud-app-contacts/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2021-07-07 11:27:54 UTC (rev 975150)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=nextcloud-app-contacts
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/contacts/"
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz")
+sha256sums=('e2f030f001e9a448f229870bfc515c7cd2a6adc8de4b0db41a82b73fb64b6681')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}




More information about the arch-commits mailing list