[arch-commits] Commit in dbeaver-plugin-sshj-lib/repos (3 files)

Fabio Castelli muflone at archlinux.org
Sun Jan 13 22:38:24 UTC 2019


    Date: Sunday, January 13, 2019 @ 22:38:23
  Author: muflone
Revision: 423026

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-sshj-lib/repos/community-testing-any/
  dbeaver-plugin-sshj-lib/repos/community-testing-any/PKGBUILD
    (from rev 423025, dbeaver-plugin-sshj-lib/trunk/PKGBUILD)
  dbeaver-plugin-sshj-lib/repos/community-testing-any/dbeaver-plugin-sshj-lib.info
    (from rev 423025, dbeaver-plugin-sshj-lib/trunk/dbeaver-plugin-sshj-lib.info)

------------------------------+
 PKGBUILD                     |   27 +++++++++++++++++++++++++++
 dbeaver-plugin-sshj-lib.info |    1 +
 2 files changed, 28 insertions(+)

Copied: dbeaver-plugin-sshj-lib/repos/community-testing-any/PKGBUILD (from rev 423025, dbeaver-plugin-sshj-lib/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2019-01-13 22:38:23 UTC (rev 423026)
@@ -0,0 +1,27 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-sshj-lib
+pkgver=0.26.0
+pkgrel=1
+pkgdesc='SSHv2 library for Java for DBeaver plugin for SSHv2 tunnels'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver-plugin-bouncycastle')
+source=("https://dbeaver.jkiss.org/update/sshj/latest/plugins/org.jkiss.bundle.sshj_${pkgver}.jar"
+        "${pkgname}.info")
+sha256sums=('f9b0fe1cf70c8d932f55b2bc48909e413c685678df5d62eff25aa66e48de9a93'
+            '66c4bbab8076f090927df60002e038c56de479bc2557bfb703c0b23b28efcc2b')
+noextract=("org.jkiss.bundle.sshj_${pkgver}.jar")
+
+package() {
+  # Extract bundle
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.sshj_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.bundle.sshj_${pkgver}.jar" \
+        -d "${pkgdir}/usr/lib/dbeaver/plugins/org.jkiss.bundle.sshj_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" "${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: dbeaver-plugin-sshj-lib/repos/community-testing-any/dbeaver-plugin-sshj-lib.info (from rev 423025, dbeaver-plugin-sshj-lib/trunk/dbeaver-plugin-sshj-lib.info)
===================================================================
--- community-testing-any/dbeaver-plugin-sshj-lib.info	                        (rev 0)
+++ community-testing-any/dbeaver-plugin-sshj-lib.info	2019-01-13 22:38:23 UTC (rev 423026)
@@ -0,0 +1 @@
+org.jkiss.bundle.sshj,0.26.0,plugins/org.jkiss.bundle.sshj_0.26.0/,4,false



More information about the arch-commits mailing list