ueransim-git

LOW
maintainer lori28167 0 votes scanned 2026-09-08 07:16:32.151301
View on AUR
Why flagged

The package builds from the project's official GitHub repository, uses standard build practices, and installs only compiled binaries and configuration files; 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 official GitHub repository, uses standard build practices, and installs only compiled binaries and configuration files; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Lorenzo Cozzaglio <info@lori28167.it>
2
3pkgname=ueransim-git
4_pkgname=ueransim
5pkgver=3.3.0.r0.gd5a3ba6
6pkgrel=1
7pkgdesc="Open source 5G UE and RAN (gNodeB) implementation (git version)"
8arch=('x86_64' 'aarch64')
9url="https://github.com/aligungr/UERANSIM"
10license=('AGPL-3.0-or-later')
11depends=('lksctp-tools' 'gcc-libs' 'glibc')
12makedepends=('cmake' 'git')
13provides=("$_pkgname=$pkgver")
14conflicts=("$_pkgname")
15backup=('etc/ueransim/custom-gnb.yaml'
16 'etc/ueransim/custom-ue.yaml'
17 'etc/ueransim/free5gc-gnb.yaml'
18 'etc/ueransim/free5gc-ue.yaml'
19 'etc/ueransim/open5gs-gnb.yaml'
20 'etc/ueransim/open5gs-ue.yaml')
21source=("$_pkgname::git+$url.git")
22sha256sums=('SKIP')
23
24pkgver() {
25 cd "$_pkgname"
26 git describe --long --tags --abbrev=7 \
27 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
28}
29
30prepare() {
31 # nr-binder preloads the shim from the current directory; point it at the
32 # installed library instead.
33 sed -i 's|LD_PRELOAD=\./libdevbnd\.so|LD_PRELOAD=/usr/lib/libdevbnd.so|' \
34 "$_pkgname/tools/nr-binder"
35}
36
37build() {
38 cmake -B build -S "$_pkgname" \
39 -DCMAKE_BUILD_TYPE=None \
40 -DCMAKE_INSTALL_PREFIX=/usr \
41 -Wno-dev
42 cmake --build build
43}
44
45check() {
46 ctest --test-dir build --output-on-failure
47}
48
49package() {
50 install -Dm755 -t "$pkgdir/usr/bin" \
51 build/nr-gnb build/nr-ue build/nr-cli
52 install -Dm755 "$_pkgname/tools/nr-binder" "$pkgdir/usr/bin/nr-binder"
53 install -Dm755 build/libdevbnd.so "$pkgdir/usr/lib/libdevbnd.so"
54
55 install -Dm644 -t "$pkgdir/etc/ueransim" "$_pkgname"/config/*.yaml
56 install -Dm644 -t "$pkgdir/usr/share/ueransim" \
57 "$_pkgname/tools/rls-wireshark-dissector.lua"
58
59 install -Dm644 "$_pkgname/README.md" \
60 "$pkgdir/usr/share/doc/$pkgname/README.md"
61 install -Dm644 "$_pkgname/LICENSE" \
62 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
63}
64

Scan history

Scanned at (UTC)SeverityRules
2026-09-08 07:16:32 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