1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 04:16:39 +00:00
Go to file
Henrik Grimler 6ef0e5876a Bump pending packages again
Seems previous build failed due to game-packages metadata being updated.
2020-06-07 07:24:03 +02:00
.github CI: fix creation of empty artifacts archive when %ci:no-build is set 2020-06-02 20:42:02 +03:00
disabled-packages disabled-packages: remove openvpn 2020-05-13 12:03:43 +03:00
ndk-patches ndk-patches: do not hide _FILE_OFFSET_BITS=64 2019-12-29 20:56:22 +02:00
packages Bump pending packages again 2020-06-07 07:24:03 +02:00
sample update sample script for new package 2019-08-10 18:01:57 +03:00
scripts Upgrade to Golang version 1.14.4 2020-06-03 15:08:11 +03:00
.gitattributes gitattributes: do not rewrite patches containing crlf 2020-05-23 15:43:47 +03:00
.gitignore Add vagrant (#642) 2017-01-03 19:05:15 +01:00
BACKERS.md Update BACKERS.md 2020-04-29 00:32:23 +02:00
build-all.sh enable on-device builds 2019-08-08 16:58:34 +03:00
build-package.sh build-package.sh: fix unbound variable error 2020-03-23 23:45:11 +02:00
clean.sh packages: standardize values of several control variables for build.sh 2019-08-12 18:49:13 +03:00
CONTRIBUTING.md add CONTRIBUTING.md 2020-04-28 02:37:34 +03:00
LICENSE.md avoid long lines in LICENSE.md 2019-06-08 14:40:01 +03:00
README.md readme: contributing info is now moved to a separate doc 2020-04-28 02:39:52 +03:00

Termux packages

Packages last build status Docker image status Repology metadata status Join the chat at https://gitter.im/termux/termux

Powered by JFrog Bintray

This project contains scripts and patches to build packages for the Termux Android application.

The packages available here are only from main set. We have some additional repositories:

Termux package management quick how-to available on https://wiki.termux.com/wiki/Package_Management. To learn about using our build environment, read the Developer's Wiki.

Project structure

Directories:

  • disabled-packages:

    Packages that cannot be published due to serious issues.

  • ndk-patches:

    Our changes to Android NDK headers.

  • packages:

    Main set of packages.

  • sample:

    Sample structure for creating new packages.

  • scripts:

    Set of utilities and build system scripts.

Contributing

See CONTRIBUTING.md.

Contacts

If you are interested in our weekly development sessions, please check the https://wiki.termux.com/wiki/Dev:Development_Sessions. Also, you may want to check the https://wiki.termux.com/wiki/Development.