termux-packages/README.md

20 lines
1.2 KiB
Markdown
Raw Normal View History

2019-02-12 02:44:10 +01:00
# Termux packages
[![pipeline status](https://gitlab.com/termux-mirror/termux-packages/badges/master/pipeline.svg)](https://gitlab.com/termux-mirror/termux-packages/commits/master)
2016-01-13 01:29:13 +01:00
[![Join the chat at https://gitter.im/termux/termux](https://badges.gitter.im/termux/termux.svg)](https://gitter.im/termux/termux)
2016-01-13 01:28:47 +01:00
This project contains scripts and patches to build packages for the [Termux](https://termux.com/) Android application. Note that packages are cross compiled and that on-device builds are not currently supported.
2015-06-13 01:03:17 +02:00
2019-02-12 02:44:10 +01:00
More information can be found in the [docs/](docs/) directory.
2019-02-12 02:44:10 +01:00
## Resources
- [Android changes for NDK developers](https://android.googlesource.com/platform/bionic/+/master/android-changes-for-ndk-developers.md)
2019-02-12 02:44:10 +01:00
- [Linux From Scratch](http://www.linuxfromscratch.org/lfs/view/stable/)
2019-02-12 02:44:10 +01:00
- [Beyond Linux From Scratch](http://www.linuxfromscratch.org/blfs/view/stable/)
2019-02-12 02:44:10 +01:00
- [OpenWrt](https://openwrt.org/) as an embedded Linx distribution contains [patches and build scripts](https://dev.openwrt.org/browser/packages)
2019-02-12 02:44:10 +01:00
- [Kivy recipes](https://github.com/kivy/python-for-android/tree/master/pythonforandroid/recipes) contains recipes for building packages for Android.