redox/recipes/wip/tools/ani-skip/recipe.toml
2024-02-11 14:08:48 +00:00

13 lines
434 B
TOML

#TODO move to the "tools" category
[source]
git = "https://github.com/synacktraa/ani-skip"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/bin
mkdir -pv "${COOKBOOK_STAGE}"/home/user/.config/mpv/scripts
cp "${COOKBOOK_SOURCE}"/ani-skip "${COOKBOOK_STAGE}"/usr/bin/ani-skip
cp "${COOKBOOK_SOURCE}"/skip.lua "${COOKBOOK_STAGE}"/home/user/.config/mpv/scripts
chmod a+x "${COOKBOOK_STAGE}"/usr/bin/ani-skip
"""