mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
Add generaluser-gs recipe
This commit is contained in:
parent
7f5390ee6e
commit
5315676894
33
recipes/generaluser-gs/recipe.sh
Normal file
33
recipes/generaluser-gs/recipe.sh
Normal file
@ -0,0 +1,33 @@
|
||||
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
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user