[arch-commits] Commit in kio-fuse/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu May 13 15:36:13 UTC 2021


    Date: Thursday, May 13, 2021 @ 15:36:13
  Author: arojas
Revision: 415140

archrelease: copy trunk to extra-x86_64

Added:
  kio-fuse/repos/extra-x86_64/
  kio-fuse/repos/extra-x86_64/PKGBUILD
    (from rev 415139, kio-fuse/trunk/PKGBUILD)

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

Copied: kio-fuse/repos/extra-x86_64/PKGBUILD (from rev 415139, kio-fuse/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2021-05-13 15:36:13 UTC (rev 415140)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kio-fuse
+pkgver=5.0.1
+pkgrel=1
+arch=(x86_64)
+pkgdesc="FUSE interface for KIO"
+url="https://kde.org/"
+license=(GPL)
+depends=(kio fuse3)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('66679a8bf68fe60e19f31449f4110d4cf822915b3d245af3c0cd0056081466dd'
+            'SKIP')
+validpgpkeys=('21EC3FD75D26B39E820BE6FBD27C2C1AF21D8BAD') # Fabian Vogt <fabian at ritter-vogt.de>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list