redox/recipes/wip/games/dcss/recipe.toml
2024-02-13 12:32:38 +00:00

19 lines
454 B
TOML

#TODO missing script for "make", see https://github.com/crawl/crawl/blob/master/crawl-ref/INSTALL.md#compiling
#TODO require DejaVu fonts
[source]
tar = "https://github.com/crawl/crawl/releases/download/0.30.0/stone_soup-0.30.0.tar.xz"
[build]
template = "custom"
dependencies = [
"sdl2",
"sdl2-image",
"sqlite3",
"ncurses",
"pcre",
"zlib",
"libpng",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
"""