fatx
MEDIUM
maintainer t3kk3n
10 votes
scanned 2026-09-13 19:15:06.142757
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
5
pkgname=fatx
6
pkgver=1.19
7
pkgrel=1
8
pkgdesc="XBox filesystem support for linux"
9
arch=('x86_64')
10
url="https://sourceforge.net/projects/fatx"
11
license=('GPL-3.0-or-later')
12
makedepends=('boost' 'cmake' 'doxygen' 'graphviz')
13
depends=('fuse3' 'boost-libs')
14
source=("$url/files/${pkgname}-${pkgver}.tar.gz")
15
sha256sums=('5cc962ffeef1b67c5e8aebad523693de1fbb0380c386872921d05d07faced12f')
16
17
build() {
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
24
check() {
25
ctest --test-dir build --output-on-failure
26
}
27
28
package() {
29
DESTDIR="$pkgdir" cmake --install build --prefix /usr
30
install man8/*.gz "$pkgdir/usr/share/man/man8"
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 19:15:06 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |