redox/recipes/drivers/recipe.sh
2017-06-07 20:08:00 -06:00

13 lines
207 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"
cp -v pcid.toml "$1/etc/pcid.toml"
}