diff --git a/recipes/rustpython/recipe.sh b/recipes/rustpython/recipe.sh
new file mode 100644
index 0000000000000000000000000000000000000000..cdaa6787c94fe074d24f48c25a12abc538ef12aa
--- /dev/null
+++ b/recipes/rustpython/recipe.sh
@@ -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"
+}