redox/recipes/drivers/recipe.sh
2017-04-08 19:28:49 -06:00

8 lines
124 B
Bash

GIT=https://github.com/redox-os/drivers
CARGOFLAGS=--all
BINDIR="/sbin"
function recipe_update {
cp ../Cargo.toml ./
}