Add orbterm recipe, fix missing repo dir

This commit is contained in:
Jeremy Soller 2020-05-21 15:36:59 -06:00
parent 98521e6f69
commit a8d2cc47e3
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/orbterm.git"
[build]
template = "custom"
script = """
COOKBOOK_CARGO_FLAGS=(
--path "${COOKBOOK_SOURCE}"
--root "${COOKBOOK_STAGE}/ui"
)
cookbook_cargo
"""

View File

@ -82,6 +82,8 @@ do
fi
done
mkdir -p "$REPO"
for recipe in $recipes
do
if [ "recipes/$recipe/stage.tar.gz" -nt "$REPO/$recipe.tar.gz" ]