qBittorrent: improved summary/description

This commit is contained in:
Humdinger
2020-12-09 17:16:32 +01:00
parent 992ecb2ee5
commit e43ad474f6

View File

@@ -1,15 +1,25 @@
SUMMARY="BitTorrent client in C++ and Qt"
SUMMARY="A Bittorrent client"
DESCRIPTION="The qBittorrent project aims to provide an open-source software \
alternative to µTorrent.
alternative to µTorrent for decentralized peer-to-peer file sharing.
Additionally, qBittorrent runs and provides the same features on all major \
platforms (Linux, macOS, Windows, OS/2, FreeBSD).
Some of qBittorrent's main features:
* No Ads
* Well-integrated and extensible search engine
* Many Bittorrent extensions supported (Magnet links, DHT, PEX, LSD, Private \
torrents, encrypted connections
* Remote control through Web user interface, written with AJAX
* Sequential downloading (download in order)
* Bandwidth scheduler
* Torrent creation tool
* IP Filtering (eMule & PeerGuardian format compatible)
* UPnP / NAT-PMP port forwarding support
qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library."
HOMEPAGE="https://www.qbittorrent.org/"
COPYRIGHT="2006-2020 The qBittorrent project"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/qbittorrent/qBittorrent/archive/release-$portVersion.tar.gz"
CHECKSUM_SHA256="4428ed710cfbcc48e75c4cdb014b803ea3f67311f55f4cba0d148987986bd6c8"
SOURCE_DIR="qBittorrent-release-$portVersion"