[arch-commits] Commit in libssh/repos/extra-x86_64 (PKGBUILD PKGBUILD keys keys)

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 2 18:35:46 UTC 2022


    Date: Friday, September 2, 2022 @ 18:35:46
  Author: arojas
Revision: 454919

archrelease: copy trunk to extra-x86_64

Added:
  libssh/repos/extra-x86_64/PKGBUILD
    (from rev 454918, libssh/trunk/PKGBUILD)
  libssh/repos/extra-x86_64/keys/
Deleted:
  libssh/repos/extra-x86_64/PKGBUILD
  libssh/repos/extra-x86_64/keys/

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 18:35:36 UTC (rev 454918)
+++ PKGBUILD	2022-09-02 18:35:46 UTC (rev 454919)
@@ -1,49 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: ice-man <icemanf at gmail.com>
-# Contributor: sergeantspoon <sergeantspoon at archlinux.us>
-
-pkgbase=libssh
-pkgname=(libssh libssh-docs)
-pkgver=0.10.1
-pkgrel=1
-pkgdesc='Library for accessing ssh client services through C libraries'
-url='https://www.libssh.org/'
-license=(LGPL)
-arch=(x86_64)
-depends=(zlib openssl)
-makedepends=(cmake cmocka doxygen python openssh)
-provides=(libssh.so)
-source=("https://www.libssh.org/files/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('da2b3337a0dd1d1e3788376ee471548520cad91a4f3f23ea3f50c5a73a7e69a5'
-            'SKIP')
-validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider <asn at cryptomilk.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWITH_GSSAPI=OFF \
-    -DUNIT_TESTING=ON
-  cmake --build build
-  cmake --build build --target docs
-}
-
-check() {
-  cmake --build build --target test
-}
-
-package_libssh() {
-  DESTDIR="$pkgdir" cmake --install build
-}
-
-package_libssh-docs() {
-  pkgdesc='Documentation for libssh'
-  depends=()
-  provides=()
-
-  mkdir -p "$pkgdir"/usr/share/doc/libssh
-  cp -r build/doc/html "$pkgdir"/usr/share/doc/libssh
-#  cp -r build/doc/man "$pkgdir"/usr/share
-#  rm "$pkgdir"/usr/share/man/man3/{bug,deprecated}.*
-}

Copied: libssh/repos/extra-x86_64/PKGBUILD (from rev 454918, libssh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-02 18:35:46 UTC (rev 454919)
@@ -0,0 +1,49 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: ice-man <icemanf at gmail.com>
+# Contributor: sergeantspoon <sergeantspoon at archlinux.us>
+
+pkgbase=libssh
+pkgname=(libssh libssh-docs)
+pkgver=0.10.2
+pkgrel=1
+pkgdesc='Library for accessing ssh client services through C libraries'
+url='https://www.libssh.org/'
+license=(LGPL)
+arch=(x86_64)
+depends=(zlib openssl)
+makedepends=(cmake cmocka doxygen python openssh)
+provides=(libssh.so)
+source=("https://www.libssh.org/files/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('15b83d7b74c8c67f758fb32faf1d9a35d5f8f50db523276a419e9876530f098a'
+            'SKIP')
+validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider <asn at cryptomilk.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_GSSAPI=OFF \
+    -DUNIT_TESTING=ON
+  cmake --build build
+  cmake --build build --target docs
+}
+
+check() {
+  cmake --build build --target test
+}
+
+package_libssh() {
+  DESTDIR="$pkgdir" cmake --install build
+}
+
+package_libssh-docs() {
+  pkgdesc='Documentation for libssh'
+  depends=()
+  provides=()
+
+  mkdir -p "$pkgdir"/usr/share/doc/libssh
+  cp -r build/doc/html "$pkgdir"/usr/share/doc/libssh
+#  cp -r build/doc/man "$pkgdir"/usr/share
+#  rm "$pkgdir"/usr/share/man/man3/{bug,deprecated}.*
+}



More information about the arch-commits mailing list