From 079f498fb08e68d73918da960239f052f19cfc63 Mon Sep 17 00:00:00 2001 From: Meypod Date: Mon, 3 Nov 2025 07:50:42 +0000 Subject: [PATCH] New app: Al-Quran --- metadata/com.github.meypod.al_quran.yml | 164 ++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 metadata/com.github.meypod.al_quran.yml diff --git a/metadata/com.github.meypod.al_quran.yml b/metadata/com.github.meypod.al_quran.yml new file mode 100644 index 0000000000..de248aea88 --- /dev/null +++ b/metadata/com.github.meypod.al_quran.yml @@ -0,0 +1,164 @@ +Categories: + - Reading + - Religion +License: AGPL-3.0-only +AuthorName: Meypod +WebSite: https://meypod.github.io/al-quran/ +SourceCode: https://github.com/meypod/al-quran +IssueTracker: https://github.com/meypod/al-quran/issues + +AutoName: Al-Quran + +RepoType: git +Repo: https://github.com/meypod/al-quran.git + +Builds: + - versionName: 1.0.0 + versionCode: 11 + commit: 4d8c02c017d8d0d22c4d3c76d2c7ae8d98e45a11 + sudo: + - mkdir -p /home/runner/work/al-quran + - chown -R vagrant /home/runner + output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk + binary: https://github.com/meypod/al-quran/releases/download/v%v/AlQuran-%v-%c-armeabi-v7a.apk + srclibs: + - flutter@stable + - reproducible-apk-tools@v0.3.0 + rm: + - ios + - linux + - macos + - web + - windows + prebuild: + - export repo=/home/runner/work/al-quran/al-quran + - cd .. + - mv com.github.meypod.al_quran $repo + - pushd $repo + - flutterVersion=$(sed -n -E "s/.*flutter-version:\ (.*)/\1/p" .github/workflows/build_android.yml) + - '[[ $flutterVersion ]]' + - git -C $$flutter$$ checkout -f $flutterVersion + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter pub get + - popd + - mv $repo com.github.meypod.al_quran + scandelete: + - .pub-cache + build: + - export repo=/home/runner/work/al-quran/al-quran + - cd .. + - mv com.github.meypod.al_quran $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm" + - popd + - mv $repo com.github.meypod.al_quran + postbuild: + - mv $$OUT$$ unaligned.apk + - $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner + --replace unaligned.apk $$OUT$$ + + - versionName: 1.0.0 + versionCode: 12 + commit: 4d8c02c017d8d0d22c4d3c76d2c7ae8d98e45a11 + sudo: + - mkdir -p /home/runner/work/al-quran + - chown -R vagrant /home/runner + output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk + binary: https://github.com/meypod/al-quran/releases/download/v%v/AlQuran-%v-%c-arm64-v8a.apk + srclibs: + - flutter@stable + - reproducible-apk-tools@v0.3.0 + rm: + - ios + - linux + - macos + - web + - windows + prebuild: + - export repo=/home/runner/work/al-quran/al-quran + - cd .. + - mv com.github.meypod.al_quran $repo + - pushd $repo + - flutterVersion=$(sed -n -E "s/.*flutter-version:\ (.*)/\1/p" .github/workflows/build_android.yml) + - '[[ $flutterVersion ]]' + - git -C $$flutter$$ checkout -f $flutterVersion + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter pub get + - popd + - mv $repo com.github.meypod.al_quran + scandelete: + - .pub-cache + build: + - export repo=/home/runner/work/al-quran/al-quran + - cd .. + - mv com.github.meypod.al_quran $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64" + - popd + - mv $repo com.github.meypod.al_quran + postbuild: + - mv $$OUT$$ unaligned.apk + - $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner + --replace unaligned.apk $$OUT$$ + + - versionName: 1.0.0 + versionCode: 13 + commit: 4d8c02c017d8d0d22c4d3c76d2c7ae8d98e45a11 + sudo: + - mkdir -p /home/runner/work/al-quran + - chown -R vagrant /home/runner + output: build/app/outputs/flutter-apk/app-x86_64-release.apk + binary: https://github.com/meypod/al-quran/releases/download/v%v/AlQuran-%v-%c-x86_64.apk + srclibs: + - flutter@stable + - reproducible-apk-tools@v0.3.0 + rm: + - ios + - linux + - macos + - web + - windows + prebuild: + - export repo=/home/runner/work/al-quran/al-quran + - cd .. + - mv com.github.meypod.al_quran $repo + - pushd $repo + - flutterVersion=$(sed -n -E "s/.*flutter-version:\ (.*)/\1/p" .github/workflows/build_android.yml) + - '[[ $flutterVersion ]]' + - git -C $$flutter$$ checkout -f $flutterVersion + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter pub get + - popd + - mv $repo com.github.meypod.al_quran + scandelete: + - .pub-cache + build: + - export repo=/home/runner/work/al-quran/al-quran + - cd .. + - mv com.github.meypod.al_quran $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64" + - popd + - mv $repo com.github.meypod.al_quran + postbuild: + - mv $$OUT$$ unaligned.apk + - $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner + --replace unaligned.apk $$OUT$$ + +AllowedAPKSigningKeys: 85ccdf3ebb65b2e96d050ed4082e1ca6a490f9c225491c2bfe10dfd75992bb9c + +AutoUpdateMode: Version +UpdateCheckMode: Tags v[\d.]+$ +VercodeOperation: + - '%c * 10 + 1' + - '%c * 10 + 2' + - '%c * 10 + 3' +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.0.0 +CurrentVersionCode: 13