rtorrent: Depend on `libc++`

This commit is contained in:
Tee KOBAYASHI 2022-03-15 11:01:43 +09:00 committed by xtkoba
parent 5df56c2a98
commit 3d8094f13a
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ TERMUX_PKG_DESCRIPTION="Ncurses BitTorrent client based on libTorrent"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.9.8
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/rakshasa/rtorrent/releases/download/v${TERMUX_PKG_VERSION}/rtorrent-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=9edf0304bf142215d3bc85a0771446b6a72d0ad8218efbe184b41e4c9c7542af
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libcurl, libtorrent, ncurses"
TERMUX_PKG_DEPENDS="libc++, libcurl, libtorrent, ncurses"