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

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


    Date: Friday, February 17, 2017 @ 15:08:21
  Author: spupykin
Revision: 212914

archrelease: copy trunk to community-testing-any

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

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

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



More information about the arch-commits mailing list