From 6f0434543461783bb6934bc2e6e927cf5af0f140 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Sat, 24 Mar 2018 12:29:11 -0600 Subject: [PATCH] Add drivers-041 recipe --- recipes/drivers-041/recipe.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/drivers-041/recipe.sh diff --git a/recipes/drivers-041/recipe.sh b/recipes/drivers-041/recipe.sh new file mode 100644 index 000000000..1859d66c3 --- /dev/null +++ b/recipes/drivers-041/recipe.sh @@ -0,0 +1,14 @@ +GIT=https://github.com/redox-os/drivers.git +GIT_BRANCH=0.4.1 +CARGOFLAGS=--all + +function recipe_version { + echo "0.1.1" + skip=1 +} + +function recipe_stage { + mkdir -pv "$1/etc/pcid" + cp -v initfs.toml "$1/etc/pcid/initfs.toml" + cp -v filesystem.toml "$1/etc/pcid/filesystem.toml" +} -- GitLab