redox/recipes/drivers/recipe.sh
2017-05-10 21:50:41 -06:00

13 lines
209 B
Bash

GIT=https://github.com/redox-os/drivers.git
CARGOFLAGS=--all
function recipe_version {
echo "0.1.1"
return 1
}
function recipe_stage {
mkdir -pv "$1/etc"
cp -v pcid.toml "$1/etc/pcid.toml"
}