sonic-frameworks-io-fuse
LOW
maintainer sonicde-buildbot
0 votes
scanned 2026-08-31 17:46:09.540886
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: callmetango
2
# Contributor: Antonio Rojas <arojas@archlinux.org>
3
4
pkgname=sonic-frameworks-io-fuse
5
pkgver=6.0.0
6
pkgrel=2
7
arch=(x86_64)
8
pkgdesc='FUSE interface for KIO'
9
url='https://github.com/Sonic-DE/sonic-frameworks-io-fuse'
10
license=(GPL-3.0-or-later)
11
depends=(fuse3
12
glibc
13
libstdc++
14
qt6-base
15
sonic-frameworks-core-addons
16
sonic-frameworks-io)
17
makedepends=(sonic-frameworks-cmake-modules)
18
provides=(kio-fuse)
19
conflicts=(kio-fuse)
20
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
21
sha256sums=('a6f414d9aec161f5071464dd46753b445c87b15653925362d5110a0c72f927a3')
22
23
build() {
24
cmake -B build -S $pkgname-$pkgver \
25
-DCMAKE_INSTALL_LIBEXECDIR=lib \
26
-DQT_MAJOR_VERSION=6 \
27
-DBUILD_TESTING=OFF
28
cmake --build build
29
}
30
31
package() {
32
DESTDIR="$pkgdir" cmake --install build
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |