mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
New App: io.naox.inbe
This commit is contained in:
parent
5d701c9eb2
commit
63b8fbee8e
1 changed files with 68 additions and 0 deletions
68
metadata/io.naox.inbe.yml
Normal file
68
metadata/io.naox.inbe.yml
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
- Time
|
||||
License: MIT
|
||||
AuthorName: NaoX
|
||||
AuthorEmail: contact@naox.io
|
||||
WebSite: https://naox.io
|
||||
SourceCode: https://github.com/naoxio/inner_breeze
|
||||
IssueTracker: https://git.naox.io/NaoX/inner_breeze/issues
|
||||
Changelog: https://raw.githubusercontent.com/naoxio/inner_breeze/HEAD/CHANGELOG.md
|
||||
Donate: https://coindrop.to/naox
|
||||
Liberapay: NaoX
|
||||
Litecoin: LaNGk2xGVysh3HXSZKdJ9C6Lya1SHN75bz
|
||||
|
||||
AutoName: Inner Breeze
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/naoxio/inner_breeze.git
|
||||
Binaries: https://github.com/naoxio/inner_breeze/releases/download/%v/app-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
commit: 907921e90741a504797ee8c7cfc98cf98063826b
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/inner_breeze
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv io.naox.inbe $repo/inner_breeze
|
||||
- pushd $repo/inner_breeze
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/inner_breeze io.naox.inbe
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/inner_breeze
|
||||
- cd ..
|
||||
- mv io.naox.inbe $repo/inner_breeze
|
||||
- pushd $repo/inner_breeze
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release
|
||||
- popd
|
||||
- mv $repo/inner_breeze io.naox.inbe
|
||||
|
||||
AllowedAPKSigningKeys: e46142735e771143667aed150d5467a4e553165e45e0d4acfc21933e31b9e050
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue