Skip to content

its-pointless/unstable-packages

 
 

Repository files navigation

Repository for new/unstable packages

Powered by JFrog Bintray

There are located packages which were requested, but not added to the main Termux repository due to various reasons. Packages available here may have lower quality, be unstable or not work at all.

How to enable this repository

To enable this package repository run:

pkg install unstable-repo

Building packages manually

You can build all packages manually by using provided docker image. The only requirements are Linux-based host with Docker installed.

  1. Clone this repository:

    git clone https://github.com/termux/unstable-packages
  2. Enter build environment (will download docker image if necessary):

    cd ./unstable-packages
    ./start-builder.sh

    Command shown above will start builder for Android 7 (API level 24). If you need to build package for Android 5, use ./start-builder-legacy.sh.

  3. Choose package you want to build and run:

    ./build-package.sh -a ${arch} ${package name}

    Replace ${arch} with target CPU architecture and ${package name} with package name you want to build.

Contributing

If you wish to contribute, please take a look on our contributing guide.

About

A place for new or unstable packages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.0%
  • C 40.2%
  • Dockerfile 2.2%
  • Python 0.6%