odin-git
- Category:
local-install (not under arch/ — plain upstream AUR
package, rebuilt only so archlinuxaba/the cluster gets it too). Local
checkout lives at /data/INSTALL/odin-git.
- Found via
yay -Qu on the local machine. VCS package — the exact
commit/pkgver drifts between when yay -Qu reports an update and
when the fresh clone actually happens (saw r18821 in yay -Qu,
r18920 by the time of the fresh clone+build a few minutes later).
Normal for -git packages, not a bug.
arch=(x86_64) — literal, no $CARCH parsing trap.
- Produces two packages:
odin-git and odin-git-debug. Large build
(~140 MiB installed) — Odin compiler + vendor libs (lua, box2d, stb,
glfw, etc. as prebuilt .a/.so blobs).
- namcap flags (from upstream’s own PKGBUILD, not ours to fix on a
package we don’t own — re-clone every cycle wipes local edits
anyway):
license=('BSD') is not a valid SPDX identifier (should be
BSD-3-Clause or similar); several vendor .so libs lack full
RELRO; a usr/lib/odin/vendor/box2d/lib/*.a reference to $srcdir
leaking into the package.
- 2026-08-22: first release to archlinuxaba, r18920.77b970fcf-1,
x86_64 only.