fubuki-ui
LOW
maintainer dwildey
0 votes
scanned 2026-09-10 01:20:11.974213
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: Dresden Wildey <dresden196@gmail.com>
2
pkgname=fubuki-ui
3
_base=fubuki
4
pkgver=0.1.1
5
pkgrel=1
6
pkgdesc="Bootable USB writer in the spirit of Rufus: the KDE window"
7
arch=('x86_64')
8
url="https://github.com/dresden196/fubuki"
9
license=('GPL-3.0-or-later')
10
depends=('fubuki' 'qt6-base' 'qt6-declarative' 'kirigami' 'ki18n' 'qqc2-desktop-style' 'polkit' 'systemd')
11
makedepends=('cmake' 'extra-cmake-modules' 'qt6-tools' 'gettext')
12
source=("$_base-$pkgver.tar.gz::https://github.com/dresden196/fubuki/archive/refs/tags/v$pkgver.tar.gz")
13
sha256sums=('a64af150cbf60a49d5e62bfff0cbbd76b80c6d2f6f99fa383c2c9bfee11398b5')
14
15
build() {
16
cmake -S "$srcdir/$_base-$pkgver/fubuki-ui/app" -B "$srcdir/build" \
17
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
18
cmake --build "$srcdir/build" --parallel
19
}
20
21
package() {
22
cd "$srcdir/$_base-$pkgver/fubuki-ui"
23
DESTDIR="$pkgdir" cmake --install "$srcdir/build"
24
install -Dm644 icons/fubuki.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/fubuki.svg"
25
install -Dm644 io.github.dresden196.fubuki.desktop \
26
"$pkgdir/usr/share/applications/io.github.dresden196.fubuki.desktop"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 01:20:11 | Low | 1 |