mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
13 lines
209 B
Bash
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"
|
|
}
|