Skip to content
Snippets Groups Projects

Add recipe for RustPython

Merged coolreader18 requested to merge coolreader18/cookbook:rustpython-recipe into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
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