redox/recipes/wip/loadlibrary/recipe.toml
2023-11-30 18:13:53 +00:00

9 lines
202 B
TOML

#TODO missing script for "make", see https://github.com/taviso/loadlibrary#building
[source]
git = "https://github.com/taviso/loadlibrary"
[build]
template = "custom"
dependencies = [
"readline",
]