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

Improve a recipe

parent a82738c9
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,9 @@
[source]
git = "https://github.com/glicol/glicol-cli"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/glicol
cp -rv "${COOKBOOK_SOURCE}"/{test.glicol,test2.glicol} "${COOKBOOK_STAGE}"/usr/share/glicol
"""
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