diff --git a/metadata/chat.fluffy.fluffychat.yml b/metadata/chat.fluffy.fluffychat.yml new file mode 100644 index 0000000000..3975ead56d --- /dev/null +++ b/metadata/chat.fluffy.fluffychat.yml @@ -0,0 +1,43 @@ +Categories: + - Internet + - Phone & SMS +License: AGPL-3.0-only +AuthorName: Famedly +SourceCode: https://gitlab.com/famedly/fluffychat +IssueTracker: https://gitlab.com/famedly/fluffychat/-/issues +Translation: https://hosted.weblate.org/projects/fluffychat/ + +AutoName: FluffyChat + +RepoType: git +Repo: https://gitlab.com/famedly/fluffychat + +Builds: + - versionName: 0.41.3 + versionCode: 1456 + commit: 0.41.3 + sudo: + - apt-get update || apt-get update + - apt-get install -y ninja-build + output: build/app/outputs/flutter-apk/app-release.apk + srclibs: + - flutter@2.5.1 + rm: + - ios + - linux + - macos + - snap + - test + - web + - windows + prebuild: $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1' > /dev/null + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter build apk --release + ndk: r21e + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 0.41.3 +CurrentVersionCode: 1456