mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
Add liborbital recipe
This commit is contained in:
parent
02e481e029
commit
9d5f1ebd27
7
recipes/liborbital/recipe.sh
Normal file
7
recipes/liborbital/recipe.sh
Normal file
@ -0,0 +1,7 @@
|
||||
GIT=https://github.com/xtibor/liborbital
|
||||
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
make HOST="$HOST" DESTDIR="$dest" install
|
||||
skip=1
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user