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

Sergej Pupykin spupykin at archlinux.org
Thu Feb 18 10:37:48 UTC 2016


    Date: Thursday, February 18, 2016 @ 11:37:48
  Author: spupykin
Revision: 162343

archrelease: copy trunk to community-testing-any

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

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

Copied: owncloud-app-contacts/repos/community-testing-any/PKGBUILD (from rev 162342, owncloud-app-contacts/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-02-18 10:37:48 UTC (rev 162343)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=owncloud-app-contacts
+epoch=1
+pkgver=0.5.0.0
+pkgrel=2
+pkgdesc="Contacts app for owncloud"
+arch=('any')
+url="http://owncloud.org/"
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/bb83d080a32b682f07093d663cd37d26f68886b7.tar.gz")
+md5sums=('234ce9387c45e8ed80432ca183582e39')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-master ${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}



More information about the arch-commits mailing list