mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
61 lines
2.1 KiB
YAML
61 lines
2.1 KiB
YAML
Categories:
|
|
- Internet
|
|
License: GPL-3.0-or-later
|
|
AuthorName: Luis M. Gallardo D.
|
|
AuthorEmail: lgallard@gmail.com
|
|
AuthorWebSite: https://lgallardo.com/
|
|
WebSite: https://github.com/lgallard/qBittorrent-Client/wiki
|
|
SourceCode: https://archive.softwareheritage.org/browse/origin/https://github.com/lgallard/qBittorrent-Client/directory/
|
|
IssueTracker: https://github.com/lgallard/qBittorrent-Client/issues
|
|
Changelog: https://github.com/lgallard/qBittorrent-Controller/releases
|
|
|
|
AutoName: qBittorrent Client Pro
|
|
Description: |-
|
|
Manage the queue of your qBittorrent client. Features include:
|
|
|
|
* See a two panel view (fragments) for torrent list and details in the same window
|
|
* Drawer menu for switching between All, Downloading, Completed, Paused, Active and Inactive torrent list
|
|
* Pause or resume all torrents from the selected list
|
|
* Auto refresh torrent list after performing an action on a torrent (pause, resume, or delete)
|
|
* Add URL directly or by clicking the torrent link on your device's browser
|
|
* Pause, resume, or delete individual torrents with its downloaded data
|
|
* Set and save a connection account
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/lgallard/qBittorrent-Client/
|
|
|
|
Builds:
|
|
- versionName: 3.9.0
|
|
versionCode: 390
|
|
commit: v3.9.0
|
|
subdir: qBittorrentClient/app
|
|
patch:
|
|
- remove_ads_390.patch
|
|
gradle:
|
|
- pro
|
|
srclibs:
|
|
- ApacheHttpClient@4.3.5
|
|
- ApacheHttpCore@4.3.2
|
|
rm:
|
|
- qBittorrentClient/app/libs/*
|
|
prebuild: sed -i '/com.google.android.gms:play-services/d' build.gradle
|
|
build:
|
|
- pushd $$ApacheHttpClient$$/httpclient/
|
|
- mvn package
|
|
- popd
|
|
- pushd $$ApacheHttpClient$$/httpmime/
|
|
- mvn package
|
|
- popd
|
|
- pushd $$ApacheHttpCore$$/httpcore
|
|
- mvn package
|
|
- popd
|
|
- cp $$ApacheHttpCore$$/httpcore/target/httpcore-4.3.2.jar $$ApacheHttpClient$$/httpclient/target/httpclient-4.3.5.jar
|
|
$$ApacheHttpClient$$/httpmime/target/httpmime-4.3.5.jar libs/
|
|
|
|
ArchivePolicy: 0
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 3.9.0
|
|
CurrentVersionCode: 390
|
|
|
|
NoSourceSince: 3.9.0
|