Ruby for Android

[WIP] I'm trying to compile the Ruby language for Android so that software like Jekyll can be ported to Android.

Shell
View on GitHub >

Background

JekyllEx currently uses GitHub APIs only. It means that it can’t provide pure jekyll experience on mobile devices.

Compiling the CRuby (Ruby interpreter written in C) using Android NDK toolchain would allow jekyll binaries run on Android devices.

Status

I’ve had success compiling CRuby with the help of termux team. But I am still working on bundling the binaries in the JekyllEx app for their native execution.