mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
New app: Bibleside
This commit is contained in:
parent
5a8009d049
commit
38c32dddcc
1 changed files with 61 additions and 0 deletions
61
metadata/com.bibleside.bibleside.yml
Normal file
61
metadata/com.bibleside.bibleside.yml
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
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
|
||||
Loading…
Reference in a new issue