Skip to content
Snippets Groups Projects
Verified Commit 87a27b73 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add cpal recipe

parent edc0847a
No related branches found
No related tags found
No related merge requests found
GIT=https://gitlab.redox-os.org/redox-os/cpal.git
GIT_UPSTREAM=https://github.com/tomaka/cpal.git
BRANCH=redox
CARGOFLAGS="--example beep"
function recipe_stage {
dest="$(realpath $1)"
mkdir -pv "$dest/bin"
cp -v "target/${TARGET}/release/examples/beep" "$dest/bin/cpal"
skip=1
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment