mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
New app: Transport you (net.youapps.transport)
This commit is contained in:
parent
49de0c84bc
commit
79b362a12f
1 changed files with 41 additions and 0 deletions
41
metadata/net.youapps.transport.yml
Normal file
41
metadata/net.youapps.transport.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Most sources for public transport data are not libre.
|
||||
de: Die meisten Quellen für ÖPNV-Daten sind nicht frei verfügbar.
|
||||
Categories:
|
||||
- Navigation
|
||||
- Public Transport Map & Timetable
|
||||
License: GPL-3.0-only
|
||||
AuthorName: You Apps
|
||||
WebSite: https://you-apps.net
|
||||
SourceCode: https://github.com/you-apps/TransportYou
|
||||
IssueTracker: https://github.com/you-apps/TransportYou/issues
|
||||
Translation: https://hosted.weblate.org/projects/you-apps
|
||||
Changelog: https://github.com/you-apps/TransportYou/releases
|
||||
|
||||
AutoName: Transport You
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/you-apps/TransportYou.git
|
||||
Binaries: https://github.com/you-apps/TransportYou/releases/download/v%v/app-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '1.1'
|
||||
versionCode: 1
|
||||
commit: f50ed845575a61ee844df47d532a1447dcb558c3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.3.0
|
||||
postbuild:
|
||||
- mv $$OUT$$ unaligned.apk
|
||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
AllowedAPKSigningKeys: b3bc73b117df5dfe38130c6c2b946852ae7088557fe8e433f0d9983a6b55cc95
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.1'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue