fubuki-ui

LOW
maintainer dwildey 0 votes scanned 2026-09-10 01:20:11.974213
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: Dresden Wildey <dresden196@gmail.com>
2pkgname=fubuki-ui
3_base=fubuki
4pkgver=0.1.1
5pkgrel=1
6pkgdesc="Bootable USB writer in the spirit of Rufus: the KDE window"
7arch=('x86_64')
8url="https://github.com/dresden196/fubuki"
9license=('GPL-3.0-or-later')
10depends=('fubuki' 'qt6-base' 'qt6-declarative' 'kirigami' 'ki18n' 'qqc2-desktop-style' 'polkit' 'systemd')
11makedepends=('cmake' 'extra-cmake-modules' 'qt6-tools' 'gettext')
12source=("$_base-$pkgver.tar.gz::https://github.com/dresden196/fubuki/archive/refs/tags/v$pkgver.tar.gz")
13sha256sums=('a64af150cbf60a49d5e62bfff0cbbd76b80c6d2f6f99fa383c2c9bfee11398b5')
14
15build() {
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
21package() {
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)SeverityRules
2026-09-10 01:20:11 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