ruby-android

ruby-android

[WIP] Ruby programming language compiled for android to run Jekyll natively on JekyllEx

Ruby for Android

This is a custom build of ruby programming language built for native execution of Jekyll software on the Android app JekyllEx.

The original patches for ruby to work on Android were developed by the Termux team. The custom build scripts, properties scripts and workflows for building the package are developed by Gourav Khunger.

This repository hosts 4 zip bootstraped files at dl.jekyllex.xyz for ruby, to have support for each CPU type that Android devices support:

  • armeabi-v7a (arm)
  • arm64-v8a (aarch64)
  • x86 (i686)
  • x86_64 (x86_64)

The bootstraps of which can be found at these links:

These files would be downloaded by Jekyllex Android app at runtime based on device cpu architecture and extracted to the App Home directoy. This simulates a linux working environment which can run ruby and thus jekyll.