Package Details: redot-mono-bin 26.1_stable-1

Git Clone URL: https://aur.archlinux.org/redot-mono-bin.git (read-only, click to copy)
Package Base: redot-mono-bin
Description: A multi-platform 2D and 3D game engine
Upstream URL: https://www.redotengine.org/
Licenses: MIT
Conflicts: redot, redot-bin, redot-mono
Provides: redot-mono
Submitter: cubic_control
Maintainer: cubic_control
Last Packager: cubic_control
Votes: 2
Popularity: 0.002154
First Submitted: 2025-01-21 05:45 (UTC)
Last Updated: 2026-01-30 04:03 (UTC)

Latest Comments

cubic_control commented on 2025-11-28 07:17 (UTC)

@MimiValsi I didn't know the working directory could have a different name. Changed the pkgbuild to use '$(pwd)' as you did.

MimiValsi commented on 2025-11-28 07:06 (UTC)

I couldn't install the package because of this error:

cp: cannot stat 'redot-mono/out/linuxbsd/x86_64/tools-mono/*': No such file or directory

Changed 'redot-mono' into '$(pwd)' on line 77 inside package() and installation proceeded.