Bash library for Termux:GUI.
Use pkg install termux-gui-bash
to install.
Additional dependency: CMake
git clone https://github.com/tareksander/termux-gui-bash.git
cd termux-gui-bash
cmake . -DCMAKE_INSTALL_PREFIX=$PREFIX
make install
Only need to be installed manually when building from source.
- jq
- Bash (should be installed by default in Termux)
The license is the Mozilla Public License 2.0.
TL;DR: You can use this library in your own projects, regardless of the license you choose for it. Modifications to this
library have to be published under the MPL 2.0 (or a GNU license in some cases) though.