Add recipe for RustPython

This commit is contained in:
coolreader18 2019-08-12 13:44:36 -05:00
parent 296d0c7b34
commit e0a5cfacea
No known key found for this signature in database
GPG Key ID: E8C14146AE337195

View 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"
}