Update a recipe

This commit is contained in:
Ribbon 2024-07-19 00:21:02 +00:00
parent ed2d505c18
commit a8e958845d

View File

@ -1,7 +1,14 @@
#TODO determine how to build this
# it seems to have a sdl2 frontend
#TODO missing script for gnu make
#TODO build the game, term and server
#TODO build the terminal and sdl2 frontends
# makeflags: -DSERVER -DGAME -DUSE_SDL2 -DPURE_TERM -DUSE_GPM
[source]
git = "https://github.com/msokalski/asciicker"
rev = "8ff75d0c5a8d2745a8ad6a8a841dd31a46e81635"
[build]
template = "custom"
dependencies = [
"mesa",
"sdl2",
"libgpm",
]