mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-07 19:33:20 +00:00
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.