Skip to content

Commit

Permalink
fdroid meta
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Apr 20, 2024
1 parent 81f86c5 commit 10612bb
Showing 1 changed file with 13 additions and 45 deletions.
58 changes: 13 additions & 45 deletions com.danemadsen.maid.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
AntiFeatures:
NonFreeNet:
en-US: Remote models rely on Mistral, Google Gemini and OpenAI.
Categories:
- Reading
License: MIT
Expand All @@ -9,56 +12,18 @@ IssueTracker: https://github.com/Mobile-Artificial-Intelligence/maid/issues
AutoName: Maid

RepoType: git

Repo: https://github.com/Mobile-Artificial-Intelligence/maid

Builds:
- versionName: 1.2.5
versionCode: 2
commit: 55aa7dccd5c596131b55d6fcf56c1a6e24e46109
submodules: true
sudo:
- mkdir -p /builds/mobile-artificial-intelligence
- chown vagrant /builds/mobile-artificial-intelligence
output: build/app/outputs/apk/release/app-universal-release.apk
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-android-universal.apk
rm:
- linux
- macos
- windows
prebuild:
- export repo=/builds/mobile-artificial-intelligence
- mkdir -p $repo
- cd ..
- mv com.danemadsen.maid $repo/maid
- pushd $repo/maid
- export PUB_CACHE=$(pwd)/.pub-cache
- packages/flutter/bin/flutter config --no-analytics
- packages/flutter/bin/flutter packages pub get
- popd
- mv $repo/maid com.danemadsen.maid
scanignore:
- packages/flutter/bin/cache
scandelete:
- .pub-cache
- packages/flutter
build:
- export repo=/builds/mobile-artificial-intelligence
- cd ..
- mv com.danemadsen.maid $repo/maid
- pushd $repo/maid
- export PUB_CACHE=$(pwd)/.pub-cache
- packages/flutter/bin/flutter build apk --split-per-abi
- popd
- mv $repo/maid com.danemadsen.maid

- versionName: 1.2.5
versionCode: 21
commit: 55aa7dccd5c596131b55d6fcf56c1a6e24e46109
commit: 16bd83bc959067d75e0de750d45f40f719d6b479
submodules: true
sudo:
- mkdir -p /builds/mobile-artificial-intelligence
- chown vagrant /builds/mobile-artificial-intelligence
output: build/app/outputs/apk/release/app-x86_64-release.apk
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-android-x86_64.apk
rm:
- linux
Expand Down Expand Up @@ -86,18 +51,18 @@ Builds:
- mv com.danemadsen.maid $repo/maid
- pushd $repo/maid
- export PUB_CACHE=$(pwd)/.pub-cache
- packages/flutter/bin/flutter build apk --split-per-abi
- packages/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
- popd
- mv $repo/maid com.danemadsen.maid

- versionName: 1.2.5
versionCode: 22
commit: 55aa7dccd5c596131b55d6fcf56c1a6e24e46109
commit: 16bd83bc959067d75e0de750d45f40f719d6b479
submodules: true
sudo:
- mkdir -p /builds/mobile-artificial-intelligence
- chown vagrant /builds/mobile-artificial-intelligence
output: build/app/outputs/apk/release/app-arm64-release.apk
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-android-arm64.apk
rm:
- linux
Expand Down Expand Up @@ -125,14 +90,17 @@ Builds:
- mv com.danemadsen.maid $repo/maid
- pushd $repo/maid
- export PUB_CACHE=$(pwd)/.pub-cache
- packages/flutter/bin/flutter build apk --split-per-abi
- packages/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
- popd
- mv $repo/maid com.danemadsen.maid

AllowedAPKSigningKeys: 835ed22ed895c4c272d698aa6e4e48db0b4e36dccf7010d5de15034ac9e1b96f

AutoUpdateMode: Version
UpdateCheckMode: Tags
VercodeOperation:
- '%c * 10 + 1'
- '%c * 10 + 2'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.2.5
CurrentVersionCode: 22

0 comments on commit 10612bb

Please sign in to comment.