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

15 lines
305 B
TOML

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