Skip to content
Snippets Groups Projects
Commit 53156768 authored by Nagy Tibor's avatar Nagy Tibor
Browse files

Add generaluser-gs recipe

parent 7f5390ee
No related branches found
No related tags found
1 merge request!109Add TiMidity++ and GeneralUser GS
VERSION=1.471
GIT=https://github.com/xTibor/redox-generaluser-gs.git
function recipe_version {
echo "$VERSION"
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/share/generaluser-gs"
cp -Rv ./* "$1/share/generaluser-gs"
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