Merge branch 'feature/com.gianlu.aria2android' into 'master'
New app: Aria2Android Closes rfp#711 See merge request fdroid/fdroiddata!3673
This commit is contained in:
commit
d9f0202cb2
32
metadata/com.gianlu.aria2android.yml
Normal file
32
metadata/com.gianlu.aria2android.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://github.com/devgianlu/Aria2Android
|
||||
IssueTracker: https://github.com/devgianlu/Aria2Android/issues
|
||||
Donate: https://www.paypal.me/devgianlu
|
||||
|
||||
AutoName: Aria2Android
|
||||
Summary: An app that allows you to run aria2 on your device
|
||||
Description: |-
|
||||
With Aria2Android you can run a real aria2 executable on your device.
|
||||
You can easily save the session to pause downloads and continue them later and control your server through the JSON-RPC interface.
|
||||
Aria2Android works only on ARM devices.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/devgianlu/Aria2Android
|
||||
|
||||
Builds:
|
||||
- versionName: 1.9.1
|
||||
versionCode: 35
|
||||
commit: v1.9.1
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- foss
|
||||
prebuild: |-
|
||||
sed -i -e "/maven.fabric.io/d" ../build.gradle ../CommonUtils/build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.9.1
|
||||
CurrentVersionCode: 35
|
Loading…
Reference in a new issue