mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 11:38:41 +08:00
Add recipe for RustPython
This commit is contained in:
parent
296d0c7b34
commit
e0a5cfacea
10
recipes/rustpython/recipe.sh
Normal file
10
recipes/rustpython/recipe.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
GIT=https://github.com/RustPython/RustPython
|
||||||
|
BRANCH=redox-release
|
||||||
|
CARGOFLAGS=--no-default-features
|
||||||
|
export BUILDTIME_RUSTPYTHONPATH=/lib/rustpython/
|
||||||
|
|
||||||
|
function recipe_stage() {
|
||||||
|
dest="$(realpath "$1")"
|
||||||
|
mkdir -pv "$dest/lib/"
|
||||||
|
cp -r Lib "$dest/lib/rustpython"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user