Skip to content
Snippets Groups Projects
recipe.toml 336 B
Newer Older
Ribbon's avatar
Ribbon committed
#TODO move to the "tools" category
Ribbon's avatar
Ribbon committed
[source]
Ribbon's avatar
Ribbon committed
git = "https://github.com/pystardust/ani-cli"
rev = "4a77bca5d95ae755ab5ac129c2db2025feab217b"
Ribbon's avatar
Ribbon committed
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/bin
cp "${COOKBOOK_SOURCE}"/ani-cli "${COOKBOOK_STAGE}"/usr/bin/ani-cli
chmod a+x "${COOKBOOK_STAGE}"/usr/bin/ani-cli
Ribbon's avatar
Ribbon committed
"""