mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-12-12 21:55:35 +01:00
112 lines
3.6 KiB
YAML
112 lines
3.6 KiB
YAML
Categories:
|
|
- Religion
|
|
License: GPL-3.0-only
|
|
AuthorName: Mouayad Alhamwi
|
|
AuthorEmail: mouayad.alhamwi.ma@gmail.com
|
|
AuthorWebSite: https://github.com/dmouayad
|
|
SourceCode: https://github.com/dmouayad/my_quran
|
|
IssueTracker: https://github.com/dmouayad/my_quran/issues
|
|
Changelog: https://github.com/dmouayad/my_quran/releases
|
|
|
|
AutoName: قرآني
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/dmouayad/my_quran
|
|
|
|
Builds:
|
|
- versionName: 1.2.3
|
|
versionCode: 72
|
|
commit: e6aa033e7dee744a95df19b9b302de1429218a20
|
|
sudo:
|
|
- mkdir -p /home/runner/work/my_quran
|
|
- chown -R vagrant /home/runner
|
|
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
|
binary: https://github.com/dmouayad/my_quran/releases/download/v%v/MyQuran-v%v-armeabi-v7a-%c-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
- reproducible-apk-tools@v0.3.0
|
|
rm:
|
|
- web
|
|
- windows
|
|
prebuild:
|
|
- export repo=/home/runner/work/my_quran/my_quran
|
|
- cd ..
|
|
- mv com.dmouayad.my_quran $repo
|
|
- pushd $repo
|
|
- flutterVersion=$(cat .flutter-version)
|
|
- '[[ $flutterVersion ]]'
|
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter pub get --enforce-lockfile
|
|
- popd
|
|
- mv $repo com.dmouayad.my_quran
|
|
scanignore:
|
|
- .pub-cache
|
|
build:
|
|
- export repo=/home/runner/work/my_quran/my_quran
|
|
- cd ..
|
|
- mv com.dmouayad.my_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.dmouayad.my_quran
|
|
postbuild:
|
|
- mv $$OUT$$ unaligned.apk
|
|
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
|
--replace unaligned.apk $$OUT$$
|
|
|
|
- versionName: 1.2.3
|
|
versionCode: 73
|
|
commit: e6aa033e7dee744a95df19b9b302de1429218a20
|
|
sudo:
|
|
- mkdir -p /home/runner/work/my_quran
|
|
- chown -R vagrant /home/runner
|
|
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
|
binary: https://github.com/dmouayad/my_quran/releases/download/v%v/MyQuran-v%v-arm64-v8a-%c-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
- reproducible-apk-tools@v0.3.0
|
|
rm:
|
|
- web
|
|
- windows
|
|
prebuild:
|
|
- export repo=/home/runner/work/my_quran/my_quran
|
|
- cd ..
|
|
- mv com.dmouayad.my_quran $repo
|
|
- pushd $repo
|
|
- flutterVersion=$(cat .flutter-version)
|
|
- '[[ $flutterVersion ]]'
|
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter pub get --enforce-lockfile
|
|
- popd
|
|
- mv $repo com.dmouayad.my_quran
|
|
scanignore:
|
|
- .pub-cache
|
|
build:
|
|
- export repo=/home/runner/work/my_quran/my_quran
|
|
- cd ..
|
|
- mv com.dmouayad.my_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.dmouayad.my_quran
|
|
postbuild:
|
|
- mv $$OUT$$ unaligned.apk
|
|
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
|
--replace unaligned.apk $$OUT$$
|
|
|
|
AllowedAPKSigningKeys: 669a250f8fc6cea965bd4a4c076f1eae67ef62be9d29798664f1f19c9bf71e6b
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
VercodeOperation:
|
|
- '%c * 10 + 2'
|
|
- '%c * 10 + 3'
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 1.2.3
|
|
CurrentVersionCode: 73
|