pluto-sm64-git
maintainer Dominicentek
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a public git repository of the project's own source code, uses SKIP only for the git source (normal for git packages), and installs project assets and binaries that are part of the official build; no remote code execution, obfuscation, or untrusted prebuilt binaries are involved.
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's own source code, uses SKIP only for the git source (normal for git packages), and installs project assets and binaries that are part of the official build; no remote code execution, obfuscation, or untrusted prebuilt binaries are involved.
PKGBUILD
1
# Maintainer: Dominicentek <dominicentekgaming@gmail.com>
2
pkgname=pluto-sm64-git
3
pkgver=1.1
4
pkgrel=1
5
pkgdesc="Pluto is an all-in-one machinima studio, forked from sm64coopdx 0.2 by the Coop Deluxe team."
6
url='https://github.com/Llennpie/Pluto'
7
arch=('x86_64')
8
depends=('sdl2-compat' 'glew')
9
makedepends=('python3' 'gcc' 'make')
10
source=("git+$url"
11
'pluto-sm64.desktop' 'pluto-sm64.png' 'pluto-sm64'
12
)
13
sha256sums=(
14
'SKIP'
15
'ddc89d9767fd2843815a8acfb87617106337c0bd267d8ea000a1d49cadde0308'
16
'3502e5f6427294a8b85f0a2ff5621005638ffdc794f7516363001bb1021cefa5'
17
'b649cdc55a144a1884db2aa578cad4fa7e67c12868a8ce80c89a1aa2c96927c1'
18
)
19
20
build() {
21
cd Pluto
22
make PLUTO_UPDATER=0 -j$(nproc)
23
}
24
25
package() {
26
pluto="$srcdir/Pluto/build/us_pc"
27
mkdir -p "$pkgdir/usr/bin"
28
mkdir -p "$pkgdir/usr/share/icons/hicolor/128x128/apps"
29
mkdir -p "$pkgdir/usr/share/applications"
30
mkdir -p "$pkgdir/usr/share/pluto-sm64"
31
cp -r \
32
"$pluto/dynos" \
33
"$pluto/mods" \
34
"$pluto/lang" \
35
"$pluto/libdiscord_game_sdk.so" \
36
"$pluto/libbass.so" \
37
"$pluto/libbass_fx.so" \
38
"$pluto/Panimotion.mp3" \
39
"$pluto/sm64coopdx" \
40
"$pkgdir/usr/share/pluto-sm64"
41
cp "$srcdir/pluto-sm64.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps"
42
cp "$srcdir/pluto-sm64.desktop" "$pkgdir/usr/share/applications"
43
cp "$srcdir/pluto-sm64" "$pkgdir/usr/bin"
44
chmod +x "$pkgdir/usr/bin/pluto-sm64"
45
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 03:31:41 | LOW | 2 |