From a787c6acc9ce2f0b276fd9435d6a4dcdd4eb1d5e Mon Sep 17 00:00:00 2001 From: Izzy Date: Thu, 28 Apr 2022 21:23:43 +0000 Subject: [PATCH] new app: Torrents-CSV (com.torrents_csv_android) --- metadata/com.torrents_csv_android.yml | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 metadata/com.torrents_csv_android.yml diff --git a/metadata/com.torrents_csv_android.yml b/metadata/com.torrents_csv_android.yml new file mode 100644 index 0000000000..a7eef6b46d --- /dev/null +++ b/metadata/com.torrents_csv_android.yml @@ -0,0 +1,35 @@ +Categories: + - Internet +License: AGPL-3.0-only +AuthorName: heretic +AuthorEmail: tyhou13@gmx.com +AuthorWebSite: https://torrents-csv.ml +WebSite: https://torrents-csv.ml +SourceCode: https://gitea.com/heretic/torrents-csv-android +IssueTracker: https://gitea.com/heretic/torrents-csv-android/issues +Liberapay: dessalines + +AutoName: Torrents-csv + +RepoType: git +Repo: https://gitea.com/heretic/torrents-csv-android + +Builds: + - versionName: 1.0.6 + versionCode: 7 + commit: 1.0.6 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + init: + - sed -i -e '/signingConfigs {/,+7d' build.gradle + - sed -i -e '/keystoreProperties.load/d' build.gradle + gradle: + - yes + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 1.0.6 +CurrentVersionCode: 7