fatx

MEDIUM
maintainer t3kk3n 10 votes scanned 2026-09-13 19:15:06.142757
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Contributor: t3kk3n <corp[at]hush[dot]ai>
2# Contributor: Bakasura <bakasura[at]protonmail[dot]ch>
3# Contributor: tee < teeaur at duck dot com >
4
5pkgname=fatx
6pkgver=1.19
7pkgrel=1
8pkgdesc="XBox filesystem support for linux"
9arch=('x86_64')
10url="https://sourceforge.net/projects/fatx"
11license=('GPL-3.0-or-later')
12makedepends=('boost' 'cmake' 'doxygen' 'graphviz')
13depends=('fuse3' 'boost-libs')
14source=("$url/files/${pkgname}-${pkgver}.tar.gz")
15sha256sums=('5cc962ffeef1b67c5e8aebad523693de1fbb0380c386872921d05d07faced12f')
16
17build() {
18 sed -i 's/SBIN/BIN/g' "${srcdir}/CMakeLists.txt"
19 sed -i 's/sbin/bin/g' "${srcdir}/CMakeLists.txt"
20 cmake -B build -S "$srcdir" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX='/usr' -Wno-dev
21 cmake --build build
22}
23
24check() {
25 ctest --test-dir build --output-on-failure
26}
27
28package() {
29 DESTDIR="$pkgdir" cmake --install build --prefix /usr
30 install man8/*.gz "$pkgdir/usr/share/man/man8"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 19:15:06 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

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

0 / 4000
Your suggestion