Skip to content
Snippets Groups Projects
Verified Commit 7a0b6a54 authored by Anhad Singh's avatar Anhad Singh :crab:
Browse files

feat(terminfo): convert to TOML recipe

parent 3d492f9a
No related branches found
No related tags found
No related merge requests found
GIT=https://github.com/sajattack/terminfo
function recipe_version {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
skip=1
}
function recipe_build {
echo "skipping build"
skip=1
}
function recipe_clean {
echo "skipping clean"
skip=1
}
function recipe_stage {
mkdir -p ../stage/share
cp -r * ../stage/share/
skip=1
}
[source]
git = "https://github.com/sajattack/terminfo"
branch = "master"
[build]
template = "custom"
script = """
mkdir -p ${COOKBOOK_STAGE}/share
cp -r ${COOKBOOK_SOURCE}/. ${COOKBOOK_STAGE}/share/
"""
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