mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Merge branch 'rustpython-recipe' into 'master'
Add recipe for RustPython See merge request redox-os/cookbook!216
This commit is contained in:
commit
7180601c59
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