nzbget: move unrar to recommends

It is anyway optional dependency and "non-free".
Unrar currently disabled because of license issues.
This commit is contained in:
Leonid Pliushch 2019-03-30 03:00:35 +02:00
parent 30cd34bb0c
commit 5525fd23be
1 changed files with 3 additions and 2 deletions

View File

@ -2,10 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://nzbget.net/
TERMUX_PKG_DESCRIPTION="The most efficient usenet downloader"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=20.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/nzbget/nzbget/releases/download/v${TERMUX_PKG_VERSION}/nzbget-${TERMUX_PKG_VERSION}-src.tar.gz
TERMUX_PKG_SHA256=04dc36d432549c33d55145ecd95cc4309b3ab4a7731a1a03d954de389eacd06f
TERMUX_PKG_DEPENDS="libxml2, ncurses, openssl, unrar, p7zip"
TERMUX_PKG_DEPENDS="libxml2, ncurses, openssl, p7zip"
TERMUX_PKG_RECOMMENDS="unrar"
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_create_debscripts() {