redox/recipes/wip/video/jerry/recipe.toml
2024-02-17 21:22:32 +00:00

11 lines
284 B
TOML

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