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

Signed-off-by: Kevin Williams <admin@utermux.dev>
This commit is contained in:
Kevin Williams 2022-10-31 12:14:50 +08:00
parent 1144a4008c
commit b4cc881300
No known key found for this signature in database
GPG Key ID: CAABE459FE4A7128
3 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ 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,2 +1,3 @@
TERMUX_SUBPKG_DESCRIPTION="frp client"
TERMUX_SUBPKG_INCLUDE="bin/frpc"
TERMUX_SUBPKG_DEPEND_ON_PARENT="unversioned"

View File

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