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

Sergej Pupykin spupykin at archlinux.org
Fri Feb 17 15:08:53 UTC 2017


    Date: Friday, February 17, 2017 @ 15:08:53
  Author: spupykin
Revision: 212919

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 212918, nextcloud-app-contacts/trunk/PKGBUILD)

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

Copied: nextcloud-app-contacts/repos/community-testing-any/PKGBUILD (from rev 212918, nextcloud-app-contacts/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2017-02-17 15:08:53 UTC (rev 212919)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=nextcloud-app-contacts
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="http://nextcloud.org/"
+license=('GPL')
+depends=('nextcloud')
+makedepends=('bower' 'gulp' 'npm' 'git')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/archive/v$pkgver.tar.gz")
+sha256sums=('80b515cc3a863e35ad70472ba2e2efd9bbd2d3058e4563748e105921e4276601')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts-$pkgver "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}



More information about the arch-commits mailing list