sonic-frameworks-io-fuse

LOW
maintainer sonicde-buildbot 0 votes scanned 2026-08-31 17:46:09.540886
View on AUR
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
4pkgname=sonic-frameworks-io-fuse
5pkgver=6.0.0
6pkgrel=2
7arch=(x86_64)
8pkgdesc='FUSE interface for KIO'
9url='https://github.com/Sonic-DE/sonic-frameworks-io-fuse'
10license=(GPL-3.0-or-later)
11depends=(fuse3
12 glibc
13 libstdc++
14 qt6-base
15 sonic-frameworks-core-addons
16 sonic-frameworks-io)
17makedepends=(sonic-frameworks-cmake-modules)
18provides=(kio-fuse)
19conflicts=(kio-fuse)
20source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
21sha256sums=('a6f414d9aec161f5071464dd46753b445c87b15653925362d5110a0c72f927a3')
22
23build() {
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
31package() {
32 DESTDIR="$pkgdir" cmake --install build
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 17:46:09 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion