Date: Tuesday, November 1, 2022 @ 20:47:25
  Author: felixonmars
Revision: 459980

archrelease: copy trunk to staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-01 20:47:13 UTC (rev 459979)
+++ PKGBUILD    2022-11-01 20:47:25 UTC (rev 459980)
@@ -1,49 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Tom Gundersen <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: ice-man <[email protected]>
-# Contributor: sergeantspoon <[email protected]>
-
-pkgbase=libssh
-pkgname=(libssh libssh-docs)
-pkgver=0.10.4
-pkgrel=2
-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=('07392c54ab61476288d1c1f0a7c557b50211797ad00c34c3af2bbc4dbc4bd97d'
-            'SKIP')
-validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 
<[email protected]>
-
-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/staging-x86_64/PKGBUILD (from rev 459979, 
libssh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-01 20:47:25 UTC (rev 459980)
@@ -0,0 +1,49 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Tom Gundersen <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: ice-man <[email protected]>
+# Contributor: sergeantspoon <[email protected]>
+
+pkgbase=libssh
+pkgname=(libssh libssh-docs)
+pkgver=0.10.4
+pkgrel=3
+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=('07392c54ab61476288d1c1f0a7c557b50211797ad00c34c3af2bbc4dbc4bd97d'
+            'SKIP')
+validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 
<[email protected]>
+
+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}.*
+}

Reply via email to