redox/recipes/wip/jerry/recipe.toml
2023-12-21 21:38:44 +00:00

11 lines
272 B
TOML

#TODO move to proper category
[source]
git = "https://github.com/justchokingaround/jerry"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/bin
cp "${COOKBOOK_SOURCE}"/jerry.sh "${COOKBOOK_STAGE}"/bin/jerry
chmod a+x "${COOKBOOK_STAGE}"/bin/jerry
"""