libretro-super/recipes/recipes.info

10 lines
494 B
Plaintext
Raw Normal View History

RECIPE FORMAT:
2015-03-06 00:09:55 +00:00
{CORENAME} {COREDIR} {URL} {REPOTYPE} {ENABLED} {COMMAND} {MAKEFILE} {SUBDIR} {ARGS} TRAILINGSPACE
2015-03-06 00:09:55 +00:00
Ex:
2048 libretro-2048 https://github.com/libretro/libretro-2048.git PROJECT YES GENERIC Makefile.libretro .
2015-03-06 00:09:55 +00:00
The trailing space is really important for now, if no args are specified there needs to be a trailing space after SUBDIR
Command should usually be GENERIC and REPOTYPE should usually be project. Notable exceptions are PPSSPP and PICODRIVE. Those are submodule repos.