Skip to content
Snippets Groups Projects
Commit 325a48ff authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add a recipe

parent 24614622
No related branches found
No related tags found
No related merge requests found
#TODO maybe incomplete script
[source]
git = "https://github.com/k4yt3x/video2x"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/video2x
mkdir -pv "${COOKBOOK_STAGE}"/usr/bin
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/usr/share/video2x
echo "#!/usr/bin/env sh \n cd /usr/share/video2x \n python3 -m video2x" > "${COOKBOOK_STAGE}"/usr/bin/video2x
chmod a+x "${COOKBOOK_STAGE}"/usr/bin/video2x
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment