[arch-commits] Commit in (kio-fuse kio-fuse/trunk kio-fuse/trunk/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Dec 21 23:22:59 UTC 2019
Date: Saturday, December 21, 2019 @ 23:22:55
Author: arojas
Revision: 538815
Add kio-fuse
Added:
kio-fuse/
kio-fuse/trunk/
kio-fuse/trunk/PKGBUILD
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Added: kio-fuse/trunk/PKGBUILD
===================================================================
--- kio-fuse/trunk/PKGBUILD (rev 0)
+++ kio-fuse/trunk/PKGBUILD 2019-12-21 23:22:55 UTC (rev 538815)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kio-fuse
+pkgver=4.90.0
+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/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('c7ec3a56b10bfc0d2d5631623b8434e8bc4b24990525eafef41cea588144d71e'
+ 'SKIP')
+validpgpkeys=('21EC3FD75D26B39E820BE6FBD27C2C1AF21D8BAD') # Fabian Vogt <fabian at ritter-vogt.de>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package(){
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list