mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add resist
This commit is contained in:
parent
f11560d978
commit
e587d4e3e1
10
recipes/resist/recipe.toml
Normal file
10
recipes/resist/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/resist.git"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo
|
||||
mkdir -pv "${COOKBOOK_STAGE}/share/resist"
|
||||
cp -rv "${COOKBOOK_SOURCE}/"{posix,redox} "${COOKBOOK_STAGE}/share/resist"
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user