mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
New App: de.bahnvorhersage.app
This commit is contained in:
parent
a840b39970
commit
afe73b067d
1 changed files with 50 additions and 0 deletions
50
metadata/de.bahnvorhersage.app.yml
Normal file
50
metadata/de.bahnvorhersage.app.yml
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: This app need to query journeys and additional journey data from Deutsche
|
||||
Bahn
|
||||
de-DE: Die App bezieht Zugverbindungen und weite Infos zu den Zugläufen von der
|
||||
Deutschen Bahn
|
||||
Categories:
|
||||
- Navigation
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: McToel
|
||||
WebSite: https://bahnvorhersage.de
|
||||
SourceCode: https://gitlab.com/bahnvorhersage/bahnvorhersage_frontend
|
||||
IssueTracker: https://gitlab.com/bahnvorhersage/bahnvorhersage_frontend/-/issues
|
||||
|
||||
AutoName: Bahn-Vorhersage
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/bahnvorhersage/bahnvorhersage_frontend.git
|
||||
|
||||
Builds:
|
||||
- versionName: '0.3'
|
||||
versionCode: 3
|
||||
commit: fdb4eba942bf4377f73acd8e14349e4db233f445
|
||||
subdir: android
|
||||
sudo:
|
||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/v22.14.0/node-v22.14.0-linux-x64.tar.gz
|
||||
- echo "9d942932535988091034dc94cc5f42b6dc8784d6366df3a36c4c9ccb3996f0c2 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- apt-get update
|
||||
- apt-get install -y build-essential
|
||||
- echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
init:
|
||||
- cd ..
|
||||
- npm install --build-from-source
|
||||
- npm run build-only
|
||||
- npx cap sync
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.3'
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue