3dco-plus-git
LOW
maintainer thingsiplay
0 votes
scanned 2026-09-26 17:15:25.581789
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>
2
pkgname=3dco-plus-git
3
_pkgname="${pkgname%-git}"
4
pkgver=v1.4.1.r0.g30b5086
5
pkgrel=1
6
pkgdesc="An enhanced, AI-assisted fork of 3D Controller Overlay."
7
arch=('any')
8
url="https://github.com/Khyretos/3dco-plus"
9
license=('MIT')
10
makedepends=('git' 'base-devel' 'cmake' 'pkgconf' 'glfw' 'sdl3' 'assimp' 'spdlog' 'fmt'
11
'nlohmann-json' 'freetype2')
12
provides=('3dco+')
13
source=("git+${url}")
14
sha256sums=('SKIP')
15
16
pkgver() {
17
cd "${_pkgname}"
18
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
19
}
20
21
build() {
22
cd "${_pkgname}"
23
mkdir build
24
cd build
25
cmake ..
26
make -j"$(nproc)"
27
}
28
29
package() {
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]
36
Type=Application
37
Comment=3D Controller Overlay +
38
Name=3dco+
39
Exec=/usr/bin/3dco+
40
Icon=/usr/share/icons/hicolor/512x512/apps/${_pkgname}.png
41
Terminal=false
42
Categories=Game;
43
StartupNotify=true
44
EOF
45
install -Dm 644 "${_pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
46
}
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-26 17:15:25 | Low | 2 |