mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
12 lines
336 B
TOML
12 lines
336 B
TOML
#TODO move to the "tools" category
|
|
[source]
|
|
git = "https://github.com/pystardust/ani-cli"
|
|
rev = "4a77bca5d95ae755ab5ac129c2db2025feab217b"
|
|
[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
|
|
"""
|