Commit Graph

8 Commits

Author SHA1 Message Date
Ribbon
dee6f586e4 Update and enable dynamic linking in some recipes 2025-07-31 04:47:45 -03:00
Josh Megnauth
eee3848030
Ensure all TOML recipes are valid
* Dependencies have to be proper package names
* A few WIP packages had invalid TOMLs, like missing quotation marks for
  strings
2025-07-14 08:13:38 -04:00
Ribbon
ba3a684587 Update TODOs 2025-06-08 19:56:00 -03:00
Ribbon
b2b989e0bd Update the rust-doom recipe 2025-06-08 19:33:30 -03:00
Josh Megnauth
facbbc8846
package(games): QuakeSpasm, a Quake 1 source port
QuakeSpasm is a simple source port that primarily focuses on bug fixes
and backwards compatibility.

Its build system is a small Makefile which required a few patches in
order to compile on Redox. Currently, it compiles with both SDL1 and
SDL2. MP3 support is hard disabled since neither `libmad` nor `mpg123`
would compile. However, the default OGG container and Vorbis decoder
compiles fine.

Like Doom, Quake requires commercial assets or free replications in
order to run. I'm currently trying to write a small recipe for the
shareware files, but ironically that has more blockers than the source
port itself.

Beyond the lack of content, I think this port is good to go.
2024-10-16 23:17:51 -04:00
Ribbon
47155802c2 Add recipes 2024-07-12 18:15:53 +00:00
Ribbon
589db8a4e4 Add the CMake script on many recipes 2024-06-30 08:12:12 +00:00
Ribbon
cbbc85a81a Move recipes 2024-06-26 03:32:59 +00:00