termux-pacman-bot f42e2d0539 fix(main/frp): Break dependency cycle by merging subpackages
Currently frp have two subpackages: frpc and frps

There is a cyclic dependency between these: frp depends each subpackage,
and each subpackage depends on frp.

This makes scripts/buildorder.py (used by build-all.sh) error out.

And there is also no point in this current package split, as all three
packages will always be installed together due to the cyclic dependency.
So let's remove the subpackage split.
2023-10-06 08:31:34 +00:00
2023-09-01 03:01:43 +00:00
2023-02-02 11:32:08 +00:00
2023-10-05 14:31:37 +00:00
2023-10-05 12:40:27 +00:00
2020-08-27 21:40:58 +03:00
2022-07-12 08:40:11 +03:00
2020-04-29 00:32:23 +02:00
2022-07-28 10:41:57 +00:00
2023-09-03 10:31:00 +00:00
2023-08-30 21:01:19 +00:00
2023-08-22 04:31:17 +00:00
2023-05-17 19:01:10 +00:00
2019-06-08 14:40:01 +03:00
2023-08-11 17:12:57 +03:00
2023-10-04 14:21:52 +03:00
2023-08-20 23:34:19 +03:00

Termux packages for pacman - official git repo mirror

More about the repository

Code for connecting repository:

main:

[main]
Server = https://service.termux-pacman.dev/main/$arch

x11:

[x11]
Server = https://service.termux-pacman.dev/x11/$arch

root:

[root]
Server = https://service.termux-pacman.dev/root/$arch

Other information:

  • Android support: 7+
  • Architecture support: all (aarch64, arm, x86_64, i686)
  • Security level: not complete (db and only a few packages are protected by signature)
  • Signature: termux-pacman organization gpg key
  • Powered by aws
  • Mirrors: does not exist
  • Root repository: https://github.com/termux/termux-packages
  • Organization maintaining the root repository: termux
Description
A build system and primary set of packages in format pacman for Termux.
Readme 101 MiB
Languages
Shell 79.8%
C 13.2%
C++ 2.7%
CMake 1%
Python 0.8%
Other 2.3%