mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-27 17:32:42 +00:00
62 lines
1.8 KiB
YAML
62 lines
1.8 KiB
YAML
|
|
Categories:
|
||
|
|
- Reading
|
||
|
|
- Science & Education
|
||
|
|
License: GPL-3.0-only
|
||
|
|
AuthorName: Noah Rahm
|
||
|
|
AuthorEmail: hi@noahrahm.com
|
||
|
|
AuthorWebSite: https://noahrahm.com
|
||
|
|
WebSite: https://bibleside.com
|
||
|
|
SourceCode: https://github.com/Correct-Syntax/bible_side
|
||
|
|
IssueTracker: https://github.com/Correct-Syntax/bible_side/issues
|
||
|
|
|
||
|
|
AutoName: BibleSide
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://github.com/Correct-Syntax/bible_side.git
|
||
|
|
Binaries: https://github.com/Correct-Syntax/bible_side/releases/download/v%v/app-release.apk
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: 0.1.6-alpha
|
||
|
|
versionCode: 7
|
||
|
|
commit: 50368647d924fbe144e3ad785cf6505792bd5eb9
|
||
|
|
sudo:
|
||
|
|
- mkdir -p /home/noah
|
||
|
|
- chown vagrant /home/noah
|
||
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||
|
|
srclibs:
|
||
|
|
- flutter@stable
|
||
|
|
prebuild:
|
||
|
|
- export repo=/home/noah/Documents
|
||
|
|
- mkdir -p $repo
|
||
|
|
- cd ..
|
||
|
|
- mv com.bibleside.bibleside $repo/bible_side
|
||
|
|
- pushd $repo/bible_side
|
||
|
|
- export flutterVersion=$(cat flutter-version.txt)
|
||
|
|
- pushd $$flutter$$
|
||
|
|
- git checkout -f $flutterVersion
|
||
|
|
- popd
|
||
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
||
|
|
- $$flutter$$/bin/flutter packages pub get
|
||
|
|
- popd
|
||
|
|
- mv $repo/bible_side com.bibleside.bibleside
|
||
|
|
scandelete:
|
||
|
|
- .pub-cache
|
||
|
|
build:
|
||
|
|
- export repo=/home/noah/Documents
|
||
|
|
- cd ..
|
||
|
|
- mv com.bibleside.bibleside $repo/bible_side
|
||
|
|
- pushd $repo/bible_side
|
||
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||
|
|
- $$flutter$$/bin/flutter build apk
|
||
|
|
- popd
|
||
|
|
- mv $repo/bible_side com.bibleside.bibleside
|
||
|
|
|
||
|
|
AllowedAPKSigningKeys: 693c169c1bef2dd42586b9da2350cbf77bb32d4d613d90f9e70344850b32c4f0
|
||
|
|
|
||
|
|
AutoUpdateMode: Version
|
||
|
|
UpdateCheckMode: Tags
|
||
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||
|
|
CurrentVersion: 0.1.6-alpha
|
||
|
|
CurrentVersionCode: 7
|