New app: Aria2Android
This commit is contained in:
parent
c12db3536c
commit
8c2c20de25
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