fubuki

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
3pkgver=0.1.1
4pkgrel=1
5pkgdesc="Bootable USB writer in the spirit of Rufus: the engine and command line"
6arch=('any')
7url="https://github.com/dresden196/fubuki"
8license=('GPL-3.0-or-later')
9depends=('python' 'python-pyudev' 'util-linux' 'dosfstools' 'ntfs-3g' 'exfatprogs' 'e2fsprogs'
10 'syslinux' 'grub' 'wimlib' 'hivex' 'parted' 'polkit')
11makedepends=('gettext')
12optdepends=('zstd: writing .zst compressed images'
13 'fubuki-ui: the KDE window'
14 'fubuki-gtk: the GNOME window')
15source=("$pkgname-$pkgver.tar.gz::https://github.com/dresden196/fubuki/archive/refs/tags/v$pkgver.tar.gz")
16sha256sums=('a64af150cbf60a49d5e62bfff0cbbd76b80c6d2f6f99fa383c2c9bfee11398b5')
17
18package() {
19 cd "$srcdir/fubuki-$pkgver/fubuki"
20 install -Dm755 bin/fubuki "$pkgdir/usr/bin/fubuki"
21 install -d "$pkgdir/usr/lib/fubuki/fubuki"
22 install -Dm644 fubuki/*.py -t "$pkgdir/usr/lib/fubuki/fubuki/"
23 install -d "$pkgdir/usr/share/fubuki"
24 cp -r payload/. "$pkgdir/usr/share/fubuki/"
25 find "$pkgdir/usr/share/fubuki" -type f -exec chmod 644 {} +
26 install -Dm644 io.github.dresden196.fubuki.policy \
27 "$pkgdir/usr/share/polkit-1/actions/io.github.dresden196.fubuki.policy"
28 install -Dm644 PROTOCOL.md "$pkgdir/usr/share/doc/fubuki/PROTOCOL.md"
29 install -Dm644 README.md "$pkgdir/usr/share/doc/fubuki/README.md"
30 for po in po/*/fubuki.po; do
31 lang=$(basename "$(dirname "$po")")
32 install -d "$pkgdir/usr/share/locale/$lang/LC_MESSAGES"
33 msgfmt -o "$pkgdir/usr/share/locale/$lang/LC_MESSAGES/fubuki.mo" "$po"
34 done
35}
36

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