rufux-git

LOW
maintainer hultwl 0 votes scanned 2026-09-18 00:17:11.210425
View on AUR
Why flagged

The package builds from the project's own git repository, which is normal for -git AUR packages; the low severity is due to few votes and recent upload, not malicious content.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own git repository, which is normal for -git AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Hultwl <Hultwl@users.noreply.github.com>
2pkgname=rufux-git
3pkgver=1.1.2.r0.ga8e02b3
4pkgrel=1
5pkgdesc="Rufux — bootable USB creator for Linux (Rufus port, latest git)"
6arch=('x86_64')
7url="https://github.com/Hultwl/Rufux"
8license=('GPL-3.0-or-later')
9depends=('gtk4' 'hicolor-icon-theme' 'udisks2' 'util-linux')
10makedepends=('git' 'cmake' 'gcc' 'pkgconf' 'gettext')
11optdepends=(
12 'dosfstools: FAT32 formatting (mkfs.vfat)'
13 'ntfsprogs: NTFS formatting (mkfs.ntfs)'
14 'exfatprogs: exFAT formatting (mkfs.exfat)'
15 'e2fsprogs: ext4 formatting and persistence'
16 'libarchive: ISO extraction (bsdtar)'
17 'p7zip: ISO extraction fallback (7z)'
18 'syslinux: BIOS/GPT MBR + syslinux install'
19 'grub: GRUB bootloader install'
20 'xorriso: ISO building'
21 'curl: release update checks'
22 'polkit: privilege escalation via pkexec'
23)
24provides=('rufux')
25conflicts=('rufux')
26source=("git+https://github.com/Hultwl/Rufux.git")
27sha256sums=('SKIP')
28
29pkgver() {
30 cd Rufux
31 git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
32}
33
34build() {
35 cmake -B build -S Rufux \
36 -DCMAKE_BUILD_TYPE=Release \
37 -DCMAKE_INSTALL_PREFIX=/usr
38 cmake --build build
39}
40
41check() {
42 ctest --test-dir build --output-on-failure
43}
44
45package() {
46 DESTDIR="$pkgdir" cmake --install build
47}
48

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 00:17:11 Low 2
2026-09-17 23:26:45 Low 2

Report a package

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

0 / 4000
Your suggestion