From 8c2c20de2581d1f76d3a53da57a3949d67f4c0ae Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 11 Sep 2018 12:12:12 +0200 Subject: [PATCH] New app: Aria2Android --- metadata/com.gianlu.aria2android.yml | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/com.gianlu.aria2android.yml diff --git a/metadata/com.gianlu.aria2android.yml b/metadata/com.gianlu.aria2android.yml new file mode 100644 index 0000000000..096a0980eb --- /dev/null +++ b/metadata/com.gianlu.aria2android.yml @@ -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