Skip to content
Snippets Groups Projects
Commit 93ae4513 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add keyboard-sfx recipe

parent 37ad380a
No related branches found
No related tags found
No related merge requests found
GIT=https://github.com/redox-os/keyboard-sfx.git
function recipe_version {
echo "0.0.1"
skip=1
}
function recipe_update {
echo "skipping update"
skip=1
}
function recipe_build {
echo "skipping build"
skip=1
}
function recipe_test {
echo "skipping test"
skip=1
}
function recipe_clean {
echo "skipping clean"
skip=1
}
function recipe_stage {
mkdir -pv "$1/sfx"
cp -Rv ./* "$1/sfx"
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