Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeviBuilder Pro v1.0

LeviBuilder Pro is a Termux CLI for importing, building, cleaning, and rebuilding supported native mod projects.

What it is for

This tool is for any supported native mod project, not just one project name.

Quick install

pkg update && pkg upgrade -y
termux-setup-storage
pkg install git
git clone https://github.com/BrineFlashYT/LeviBuilder.git
cd LeviBuilder
chmod +x install.sh
./install.sh

Main commands

levi --verify
levi import /storage/emulated/0/Download/YourMod.zip
levi build
levi clean
levi rebuild
levi list

Default folders

  • Projects: ~/Projects
  • Preloader: ~/Projects/preloader-android
  • Output: /storage/emulated/0/LeviMC-Mod-Compiler/Mods/

Notes

  • install.sh automatically clones preloader-android when it is missing.
  • The project must contain CMakeLists.txt.
  • levi import supports ZIP files and folders.
  • levi build builds the current folder by default.
  • libpreloader.so is ignored automatically; only the mod library is copied.

About

A lightweight Termux CLI for compiling LeviLauncher native mods on Android.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages