diff --git a/metadata/io.gitlab.libre_librivox_listener.yml b/metadata/io.gitlab.libre_librivox_listener.yml new file mode 100644 index 0000000000..9e56b8e7b0 --- /dev/null +++ b/metadata/io.gitlab.libre_librivox_listener.yml @@ -0,0 +1,90 @@ +AntiFeatures: + TetheredNet: + en-US: Depends on archive.org + es-ES: Depende de archive.org +Categories: + - Multimedia + - Reading +License: GPL-3.0-or-later +AuthorName: José Pardo Madera +SourceCode: https://gitlab.com/libre-librivox-listener/libre-librivox-listener +IssueTracker: https://gitlab.com/libre-librivox-listener/libre-librivox-listener/-/issues + +AutoName: Libre Librivox Listener + +RepoType: git +Repo: https://gitlab.com/libre-librivox-listener/libre-librivox-listener.git + +Builds: + - versionName: 1.0.0 + versionCode: 101 + commit: v1.0.0 + submodules: true + output: build/app/outputs/flutter-apk/app-x86_64-release.apk + rm: + - ios + - macos + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter config --no-analytics + - .flutter/bin/flutter packages pub get + scanignore: + - .flutter/bin/cache + scandelete: + - .flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64" + + - versionName: 1.0.0 + versionCode: 102 + commit: v1.0.0 + submodules: true + output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk + rm: + - ios + - macos + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter config --no-analytics + - .flutter/bin/flutter packages pub get + scanignore: + - .flutter/bin/cache + scandelete: + - .flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm" + + - versionName: 1.0.0 + versionCode: 103 + commit: v1.0.0 + submodules: true + output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk + rm: + - ios + - macos + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter config --no-analytics + - .flutter/bin/flutter packages pub get + scanignore: + - .flutter/bin/cache + scandelete: + - .flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64" + +AutoUpdateMode: Version +UpdateCheckMode: Tags +VercodeOperation: + - 100 * %c + 1 + - 100 * %c + 2 + - 100 * %c + 3 +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.0.0 +CurrentVersionCode: 103