redox/recipes/drivers/recipe.sh
2017-07-20 19:37:56 -06:00

14 lines
277 B
Bash

GIT=https://github.com/redox-os/drivers.git
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"
}