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