mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-25 15:22:34 +00:00
205 lines
6.2 KiB
YAML
205 lines
6.2 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
|
|
|
|
- versionName: 0.1.7-alpha
|
|
versionCode: 8
|
|
commit: 495282f91f33f54489a034fb65720cb3580bab1e
|
|
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
|
|
|
|
- versionName: 0.2.0-alpha
|
|
versionCode: 9
|
|
commit: d87bf49b205989143b13159d1801b6161e64a39d
|
|
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
|
|
|
|
- versionName: 0.3.0-alpha
|
|
versionCode: 10
|
|
commit: f7c0cf58871188ce847c9442047af2ed13437b89
|
|
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
|
|
|
|
- versionName: 0.3.1-alpha
|
|
versionCode: 11
|
|
commit: 3f90aa6d65982bda296c58230398235482017b0e
|
|
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.3.1-alpha
|
|
CurrentVersionCode: 11
|