redox/recipes/wip/image/other/lsix/recipe.toml
2024-08-05 03:13:49 +00:00

11 lines
252 B
TOML

#TODO promote
[source]
git = "https://github.com/hackerb9/lsix"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/bin
cp "${COOKBOOK_SOURCE}"/lsix "${COOKBOOK_STAGE}"/usr/bin/lsix
chmod a+x "${COOKBOOK_STAGE}"/usr/bin/lsix
"""