3dco-plus-git

LOW
maintainer thingsiplay 0 votes scanned 2026-09-26 17:15:25.581789
View on AUR
Why flagged

The package builds from a public Git repository of the project itself, which is normal for AUR; 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 a public Git repository of the project itself, which is normal for AUR; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Tuncay <redbulltrinker@googlemail.com>
2pkgname=3dco-plus-git
3_pkgname="${pkgname%-git}"
4pkgver=v1.4.1.r0.g30b5086
5pkgrel=1
6pkgdesc="An enhanced, AI-assisted fork of 3D Controller Overlay."
7arch=('any')
8url="https://github.com/Khyretos/3dco-plus"
9license=('MIT')
10makedepends=('git' 'base-devel' 'cmake' 'pkgconf' 'glfw' 'sdl3' 'assimp' 'spdlog' 'fmt'
11 'nlohmann-json' 'freetype2')
12provides=('3dco+')
13source=("git+${url}")
14sha256sums=('SKIP')
15
16pkgver() {
17 cd "${_pkgname}"
18 git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
19}
20
21build() {
22 cd "${_pkgname}"
23 mkdir build
24 cd build
25 cmake ..
26 make -j"$(nproc)"
27}
28
29package() {
30 cd "${_pkgname}"
31 install -Dm 755 "build/3dco+" -t "${pkgdir}/usr/bin"
32 install -Dm 644 "assets/icon.png" -T "${pkgdir}/usr/share/icons/hicolor/512x512/apps/${_pkgname}.png"
33 install -Dm 644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${_pkgname}"
34 cat >"${_pkgname}.desktop" <<EOF
35[Desktop Entry]
36Type=Application
37Comment=3D Controller Overlay +
38Name=3dco+
39Exec=/usr/bin/3dco+
40Icon=/usr/share/icons/hicolor/512x512/apps/${_pkgname}.png
41Terminal=false
42Categories=Game;
43StartupNotify=true
44EOF
45 install -Dm 644 "${_pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
46}
47

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 17:15:25 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