Run Nix package manager on Android. Based off Termux the terminal emulator, but not Termux the distro. [maintainer=@t184256]
Find a file
Fredrik Fornwall 17382fb190 Do not have /system/bin in the PATH
By appending the old system PATH environment variable to the paths
setup by Termux system binaries are found as a fallback.

This causes problems with system binaries not working (due to
LD_LIBRARY_PATH) and causing a lot of confusion for new users when
e.g. an Android system provides a system version of e.g. curl, ssh
and other programs. It's better for these users to be prompted to
install the proper Termux package, and advanced users can still
add /system/bin to the PATH themselves.

Certain programs such as 'am' and 'pm' are already setup in
$PREFIX/bin to clear LD_LIBRARY_PATH and launch the binaries in
/system/bin - if there are some more popular ones they could be
added in the same way.
2016-03-20 22:17:21 +01:00
.idea Update AS configuration 2015-12-28 01:17:40 +01:00
app Do not have /system/bin in the PATH 2016-03-20 22:17:21 +01:00
gradle/wrapper Update gradle from 2.10 to 2.12 2016-03-15 00:26:36 +01:00
.editorconfig Set 4 space indentation in .editorconfig 2016-03-15 00:09:10 +01:00
.gitignore Add *.so to .gitignore 2016-02-09 11:33:57 +01:00
.travis.yml Update travis config 2015-11-29 02:00:55 +01:00
build-jnilibs.sh Make build-jnilibs.sh always clear directories 2015-10-25 22:35:42 +01:00
build.gradle Update to Android Gradle Plugin version 1.5.0 2015-11-12 22:16:09 +01:00
gradle.properties Initial commit 2015-10-25 15:27:32 +01:00
gradlew Update gradle wrapper to 2.8 2015-11-06 00:05:32 +01:00
README.md Wait for terminal size before starting process 2016-02-09 11:24:05 +01:00
settings.gradle Initial commit 2015-10-25 15:27:32 +01:00

Termux app

Travis build status Join the chat at https://gitter.im/termux/termux

Termux is an Android terminal app and Linux environment.

License

Released under the GPLv3 license. Contains code from Terminal Emulator for Android which is released under the Apache License 2.0.

Building JNI libraries

Execute the build-jnilibs.sh script to build the required JNI libraries.

Terminal resources

Terminal emulators