From 68d8c269e603ef1e1cc46ef256279ff4134010f6 Mon Sep 17 00:00:00 2001 From: PrestoSole <7771319-prestosole@users.noreply.gitlab.com> Date: Mon, 28 Dec 2020 08:46:32 +0000 Subject: [PATCH] New application: Clima (co.prestosole.clima) --- metadata/co.prestosole.clima.yml | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 metadata/co.prestosole.clima.yml diff --git a/metadata/co.prestosole.clima.yml b/metadata/co.prestosole.clima.yml new file mode 100644 index 0000000000..8c5b7a6b3e --- /dev/null +++ b/metadata/co.prestosole.clima.yml @@ -0,0 +1,35 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Internet +License: BSD-3-Clause +AuthorName: Yzan Alather +AuthorEmail: yalather70@protonmail.com +SourceCode: https://github.com/PrestoSole/clima +IssueTracker: https://github.com/PrestoSole/clima/issues +Changelog: https://github.com/PrestoSole/clima/releases + +RepoType: git +Repo: https://github.com/PrestoSole/clima + +Builds: + - versionName: '1.0' + versionCode: 3 + commit: v1.0 + subdir: android/app + gradle: + - yes + output: ../../build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@1.22.5 + prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter packages pub get + - $$flutter$$/bin/flutter build apk + +AutoUpdateMode: Version v%v +UpdateCheckMode: HTTP +UpdateCheckData: https://raw.githubusercontent.com/PrestoSole/clima/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: '1.0' +CurrentVersionCode: 3