fubuki
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
3
pkgver=0.1.1
4
pkgrel=1
5
pkgdesc="Bootable USB writer in the spirit of Rufus: the engine and command line"
6
arch=('any')
7
url="https://github.com/dresden196/fubuki"
8
license=('GPL-3.0-or-later')
9
depends=('python' 'python-pyudev' 'util-linux' 'dosfstools' 'ntfs-3g' 'exfatprogs' 'e2fsprogs'
10
'syslinux' 'grub' 'wimlib' 'hivex' 'parted' 'polkit')
11
makedepends=('gettext')
12
optdepends=('zstd: writing .zst compressed images'
13
'fubuki-ui: the KDE window'
14
'fubuki-gtk: the GNOME window')
15
source=("$pkgname-$pkgver.tar.gz::https://github.com/dresden196/fubuki/archive/refs/tags/v$pkgver.tar.gz")
16
sha256sums=('a64af150cbf60a49d5e62bfff0cbbd76b80c6d2f6f99fa383c2c9bfee11398b5')
17
18
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-10 01:20:11 | Low | 1 |