mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Improve a recipe
This commit is contained in:
parent
a82738c90e
commit
0ab49f8dc5
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user