mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
New app: Al-Quran
This commit is contained in:
parent
0ac9fd6ecd
commit
079f498fb0
1 changed files with 164 additions and 0 deletions
164
metadata/com.github.meypod.al_quran.yml
Normal file
164
metadata/com.github.meypod.al_quran.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue