termux-packages/README.md

43 lines
2.0 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
2019-02-13 15:20:25 +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 on-device builds are not currently supported.
2015-06-13 01:03:17 +02:00
2019-02-13 08:15:17 +01:00
More information can be found in the [docs](docs/) directory.
2019-02-12 02:56:43 +01:00
## Directory Structure
2019-02-13 15:20:25 +01:00
- [disabled-packages](disabled-packages/): Packages that cannot be built or have serious issues.
2019-02-12 02:56:43 +01:00
- [docs](docs/): Documentation on how to build, formatting etc.
2019-02-13 15:20:25 +01:00
- [ndk-patches](ndk-patches/): Patches for Android NDK headers.
2019-02-12 02:56:43 +01:00
- [packages](packages/): All currently available packages.
- [scripts](scripts/): Utility scripts for building.
2019-02-12 05:48:04 +01:00
## Issues
The two most common types of issues are package requests and bug reports. There are already templates available.
2019-02-13 15:20:25 +01:00
You can open an issue for any package or build problems. For example, if you observing crashes or other kind of malfunction, you are certainly welcome to file an issue.
2019-02-12 05:48:04 +01:00
2019-02-13 15:20:25 +01:00
Also, if you want to request a particular package, you may suggest it in an issue. However, be prepared that package may not be available shortly. Bugfixes and improvements take precedence over new packages.
2019-02-12 05:48:04 +01:00
## Pull Requests
We welcome any pull requests. Nevertheless, a log file should be provided in order to show that it is at least working.
Normally, all pull requests will be tested by [Travis CI](https://travis-ci.org/termux/termux-packages). However, in case if you are banned or for whatever reason do no use Travis CI, you should provide a log file by yourself.
2019-02-13 15:20:25 +01:00
All tests for master branch are done by Gitlab CI.
2019-02-13 06:10:22 +01:00
## Mailing Lists
- [General Mailing List](https://groups.io/g/termux)
2019-02-13 15:20:25 +01:00
- [Developer Mailing List](https://groups.io/g/termux-dev)