Add drivers-041 recipe

This commit is contained in:
Jeremy Soller 2018-03-24 12:29:11 -06:00
parent 8456bb9a39
commit 6f04345434

View File

@ -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"
}