From 4bfaa782c49c980d167a70d6912dcb961c6ccaa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C3=87etinkaya?= Date: Sat, 12 Jul 2025 10:58:18 +0300 Subject: [PATCH] New app: WHPH - Work Hard, Play Hard --- metadata/me.ahmetcetinkaya.whph.yml | 65 +++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 metadata/me.ahmetcetinkaya.whph.yml diff --git a/metadata/me.ahmetcetinkaya.whph.yml b/metadata/me.ahmetcetinkaya.whph.yml new file mode 100644 index 0000000000..a5eaa7966c --- /dev/null +++ b/metadata/me.ahmetcetinkaya.whph.yml @@ -0,0 +1,65 @@ +Categories: + - Science & Education +License: GPL-3.0-or-later +AuthorName: Ahmet Çetinkaya +AuthorEmail: contact@ahmetcetinkaya.me +WebSite: https://whph.ahmetcetinkaya.me +SourceCode: https://github.com/ahmet-cetinkaya/whph +IssueTracker: https://github.com/ahmet-cetinkaya/whph/issues +Donate: https://ahmetcetinkaya.me/donate + +AutoName: Work Hard Play Hard + +RepoType: git +Repo: https://github.com/ahmet-cetinkaya/whph +Binaries: https://github.com/ahmet-cetinkaya/whph/releases/download/v%v/whph-v%v-android.apk + +Builds: + - versionName: 0.9.8 + versionCode: 45 + commit: 8af3fce42080e9d46e5a786f01770ed1559f52ed + sudo: + - mkdir -p /home/runner/work/whph + - chown -R vagrant /home/runner + output: build/app/outputs/flutter-apk/app-release.apk + srclibs: + - flutter@stable + rm: + - ios + - linux + - macos + - web + - windows + prebuild: + - git submodule update --init lib/corePackages/acore + - git -C $$flutter$$ reset --hard $(bash scripts/get_flutter_version.sh) + - export repo=/home/runner/work/whph/whph + - cd .. + - mv me.ahmetcetinkaya.whph $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH="$$flutter$$/bin:$PATH" + - flutter config --no-analytics + - flutter pub get + - popd + - mv $repo me.ahmetcetinkaya.whph + scandelete: + - .pub-cache + build: + - export repo=/home/runner/work/whph/whph + - cd .. + - mv me.ahmetcetinkaya.whph $repo + - pushd $repo + - export PUB_CACHE=$(pwd)/.pub-cache + - export PATH="$$flutter$$/bin:$PATH" + - flutter build apk --release + - popd + - mv $repo me.ahmetcetinkaya.whph + +AllowedAPKSigningKeys: 4b0de165375bb1179fbee37fbd70de03813284529e0b0c5d3ce5e794f03aa0ae + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 0.9.8+45 +CurrentVersionCode: 45