Sei sulla pagina 1di 10

Markdown New Guideline Compliance

Sorry.‫ اوامر لينكس‬,docx already exists on Scribd, please upload new content that other Scribd
Class notes, research papers, presentations...Skip to content

Search

Pull requests

Issues

Marketplace

Explore

BACKERS.md
@xmen2008m

312

2.7k955termux/termux-packages

Code Issues 336 Pull requests 0 Actions Wiki Security Insights

Android terminal and Linux environment - packages repository. https://termux.com

android

linux

termux

packages

linux-distribution

9,095 commits

3 branches

0 packages

0 releases
144 contributors

View license

@xeffyr

xeffyr sox: add libao as dependency

Latest commit

8bac1f3

19 hours ago

Type Name Latest commit message Commit time

.github funding.yml: fill with necessary data 4 months ago

disabled-packages move abuild and apk-tools to disabled packages 2 months ago

ndk-patches Define __TERMUX__ and __TERMUX_PREFIX__ 2 months ago

packages sox: add libao as dependency 19 hours ago

sample update sample script for new package 4 months ago

scripts meson build system: Update from 0.50.1 to 0.52.0 6 days ago

.cirrus.yml CI: specify needed resources on per-task basis last month

.gitattributes Update .gitattributes (#872) 3 years ago

.gitignore Add vagrant (#642) 3 years ago

BACKERS.md Markdown New Guideline Compliance 10 months ago

LICENSE.md avoid long lines in LICENSE.md 6 months ago

README.md readme: fix indentation 2 months ago

build-all.sh enable on-device builds 4 months ago

build-package.sh build-package.sh: use absolute paths when sourcing parts from scri

clean.sh packages: standardize values of several control variables for build.sh 4m

README.md

Termux packages

Powered by JFrog Bintray

build status Join the chat at https://gitter.im/termux/termux


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

There available packages only from main set. We have some additional repositories:

https://github.com/termux/game-packages

Game packages, e.g. angband or moon-buggy.

https://github.com/termux/science-packages

Science-related packages like gap and gnucap.

https://github.com/termux/termux-root-packages

All packages which usable only on rooted devices. Some stuff available here requiring custo
lxc).

https://github.com/termux/unstable-packages

Staging repository. Packages that are not stable available only here. New packages most like

https://github.com/termux/x11-packages

Packages requiring X11 Windowing System.

Termux package management quick how-to available on https://wiki.termux.com/wiki/Pack


about using our build environment, read the Developer's Wiki.

Project structure

There 2 main branches available:


master - packages for Android 7.0 or higher.

Packages are built automatically by CI and published on Bintray.

android-5 - packages for Android versions 5.x - 6.x.

Packages are built by @fornwall and published on https://termux.net.

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

Bug reports

Please, use templates for submitting bug reports. The bug report issue template can be initi
https://github.com/termux/termux-packages/issues/new?template=bug_report.md.

General requirements for bug reports are:

All packages are up-to-date.

Problem is not related to third-party software.

Output of termux-info attached.

Be ready to provide more info if requested.

New packages

Use the package request template: https://github.com/termux/termux-


packages/issues/new?template=package_request.md.

General requirements for new packages are:

Packages should be open source and have widely recognised OSS licenses like GNU GPL.

Packages should not be installable via language-specific package managers such as gem, pip

Packages should not be outdated dead projects.

Be ready that your package request will not be processed immediately.


Pull Requests

All pull requests are welcome.

We use CI for processing all pushes including pull requests. All build logs and artifacts are pu
whether your changes work properly.

People who are new for packaging can begin with sending PRs for updating packages. Check
https://repology.org/projects/?inrepo=termux&outdated=1.

Get started with information available on Developer's Wiki.

Contacts

General Mailing List: https://groups.io/g/termux

Developer Mailing List: https://groups.io/g/termux-dev

Developer Chat: https://gitter.im/termux/dev or #termux/development on IRC/freenode.

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.

© 2019 GitHub, Inc.

Terms

Privacy

Security

Status

Help

Contact GitHub
Pricing

API

Training

Blog

About

LICENSE.md avoid long lines in LICENSE.md

README.md readme: fix indentation

build-all.sh enable on-device builds

build-
build-package.sh: use absolute paths when sourcing parts from scripts…
package.sh

clean.sh packages: standardize values of several control variables for build.sh

README.md

Termux packages

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

There available packages only from main set. We have some additional repositories:

 https://github.com/termux/game-packages

Game packages, e.g. angband or moon-buggy.

 https://github.com/termux/science-packages

Science-related packages like gap and gnucap.

 https://github.com/termux/termux-root-packages
All packages which usable only on rooted devices. Some stuff available here
requiring custom kernel (like aircrack-ng or lxc).

 https://github.com/termux/unstable-packages

Staging repository. Packages that are not stable available only here. New
packages most likely will be placed here too.

 https://github.com/termux/x11-packages

Packages requiring X11 Windowing System.

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
There 2 main branches available:

 master - packages for Android 7.0 or higher.

Packages are built automatically by CI and published on Bintray.

 android-5 - packages for Android versions 5.x - 6.x.

Packages are built by @fornwall and published on https://termux.net.

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

Bug reports
Please, use templates for submitting bug reports. The bug report issue template can be
initialized by clicking on https://github.com/termux/termux-
packages/issues/new?template=bug_report.md.

General requirements for bug reports are:

 All packages are up-to-date.

 Problem is not related to third-party software.

 Output of termux-info attached.

 Be ready to provide more info if requested.

New packages
Use the package request template: https://github.com/termux/termux-
packages/issues/new?template=package_request.md.

General requirements for new packages are:

 Packages should be open source and have widely recognised OSS licenses like
GNU GPL.

 Packages should not be installable via language-specific package managers


such as gem, pip or cpan.

 Packages should not be outdated dead projects.

 Be ready that your package request will not be processed immediately.

Pull Requests
All pull requests are welcome.

We use CI for processing all pushes including pull requests. All build logs and artifacts
are public, so you can verify whether your changes work properly.

People who are new for packaging can begin with sending PRs for updating packages.
Check the outdated packages
on https://repology.org/projects/?inrepo=termux&outdated=1.

Get started with information available on Developer's Wiki.

Contacts
 General Mailing List: https://groups.io/g/termux
 Developer Mailing List: https://groups.io/g/termux-dev

 Developer Chat: https://gitter.im/termux/dev or #termux/development on


IRC/freenode.

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.

 © 2019 GitHub, Inc.


 Terms
 Privacy
 Security
 Status
 Help

 Contact GitHub
 Pricing
 API
 Training
 Blog
 About

Potrebbero piacerti anche