From bacdbc0f304a53aecd149c430b6753d19ab1873a Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Tue, 9 May 2017 21:45:03 -0600 Subject: [PATCH] Add more recipes --- recipes/drivers/recipe.sh | 2 +- recipes/netstack/recipe.sh | 1 + recipes/ptyd/recipe.sh | 1 + recipes/randd/recipe.sh | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 recipes/netstack/recipe.sh create mode 100644 recipes/ptyd/recipe.sh create mode 100644 recipes/randd/recipe.sh diff --git a/recipes/drivers/recipe.sh b/recipes/drivers/recipe.sh index 1a6400064..b43142765 100644 --- a/recipes/drivers/recipe.sh +++ b/recipes/drivers/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/redox-os/drivers +GIT=https://github.com/redox-os/drivers.git CARGOFLAGS=--all function recipe_version { diff --git a/recipes/netstack/recipe.sh b/recipes/netstack/recipe.sh new file mode 100644 index 000000000..190f9487c --- /dev/null +++ b/recipes/netstack/recipe.sh @@ -0,0 +1 @@ +GIT=https://github.com/redox-os/netstack.git diff --git a/recipes/ptyd/recipe.sh b/recipes/ptyd/recipe.sh new file mode 100644 index 000000000..a3c336ef1 --- /dev/null +++ b/recipes/ptyd/recipe.sh @@ -0,0 +1 @@ +GIT=https://github.com/redox-os/ptyd.git diff --git a/recipes/randd/recipe.sh b/recipes/randd/recipe.sh new file mode 100644 index 000000000..29f1ef75b --- /dev/null +++ b/recipes/randd/recipe.sh @@ -0,0 +1 @@ +GIT=https://github.com/redox-os/randd.git -- GitLab