-
-
Notifications
You must be signed in to change notification settings - Fork 33
Package Addition Policy
Ivan Max edited this page Aug 21, 2023
·
3 revisions
The Termux-Pacman organization accepts requests for new packages based on the glibc library for Termux, but these packages must meet our requirements.
NOTE: a request for a new package is only accepted for the gpkg repo, requests for the gpkg-dev repo will be denied or changed to meet the requirements for the gpkg repo.
- We use
build-package.shto compile packages, so abuild.shfile must be present in the requested package (more info). - The requested package must be located in the
gpkg/directory. - The requested package must not break other packages that are based on the
bioniclibraries. - The requested package must only use glibc-based libraries.
- The source of the requested package can be codes or binaries. But if the source is a binary, then the requested package must be popular.
- The function of the requested package must not be related to hacking, phishing, spamming, spying and ddos in any way.
- The requested package is difficult to install or cannot be installed via
pip,cpan,gem,npm, etc.