redox/recipes/wip/tools/dra-cla/recipe.toml
2024-02-15 09:47:49 +00:00

11 lines
279 B
TOML

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