Revert "fix(main/frp): does not depend on the main package"

This reverts commit b4cc881300.
This commit is contained in:
Kevin Williams 2022-10-31 23:01:20 +08:00
parent fbf9483544
commit c5b7f8d952
3 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@ TERMUX_PKG_SRCURL=https://github.com/fatedier/frp/archive/v${TERMUX_PKG_VERSION}
TERMUX_PKG_SHA256=829cf9f14861ab1b074de6995282f30292f53513824372cfec4084a2e8de7123
# Depend on its subpackages.
TERMUX_PKG_DEPENDS="frpc, frps"
TERMUX_PKG_REVISION=1
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true

View File

@ -1,3 +1,2 @@
TERMUX_SUBPKG_DESCRIPTION="frp client"
TERMUX_SUBPKG_INCLUDE="bin/frpc"
TERMUX_SUBPKG_DEPEND_ON_PARENT="unversioned"

View File

@ -1,3 +1,2 @@
TERMUX_SUBPKG_DESCRIPTION="frp server"
TERMUX_SUBPKG_INCLUDE="bin/frps"
TERMUX_SUBPKG_DEPEND_ON_PARENT="unversioned"