rufux-git
LOW
maintainer hultwl
0 votes
scanned 2026-09-18 00:17:11.210425
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>
2
pkgname=rufux-git
3
pkgver=1.1.2.r0.ga8e02b3
4
pkgrel=1
5
pkgdesc="Rufux — bootable USB creator for Linux (Rufus port, latest git)"
6
arch=('x86_64')
7
url="https://github.com/Hultwl/Rufux"
8
license=('GPL-3.0-or-later')
9
depends=('gtk4' 'hicolor-icon-theme' 'udisks2' 'util-linux')
10
makedepends=('git' 'cmake' 'gcc' 'pkgconf' 'gettext')
11
optdepends=(
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
)
24
provides=('rufux')
25
conflicts=('rufux')
26
source=("git+https://github.com/Hultwl/Rufux.git")
27
sha256sums=('SKIP')
28
29
pkgver() {
30
cd Rufux
31
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
32
}
33
34
build() {
35
cmake -B build -S Rufux \
36
-DCMAKE_BUILD_TYPE=Release \
37
-DCMAKE_INSTALL_PREFIX=/usr
38
cmake --build build
39
}
40
41
check() {
42
ctest --test-dir build --output-on-failure
43
}
44
45
package() {
46
DESTDIR="$pkgdir" cmake --install build
47
}
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 00:17:11 | Low | 2 |
| 2026-09-17 23:26:45 | Low | 2 |