mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
New App: Flare
This commit is contained in:
parent
a379283462
commit
7ce7a2cc3a
1 changed files with 40 additions and 0 deletions
40
metadata/dev.dimension.flare.yml
Normal file
40
metadata/dev.dimension.flare.yml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Rely on Google Translate for translation.
|
||||
Categories:
|
||||
- Internet
|
||||
- News
|
||||
- Social Network
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Dimension
|
||||
AuthorEmail: tlaster@mask.io
|
||||
WebSite: https://flareapp.moe/
|
||||
SourceCode: https://github.com/DimensionDev/Flare
|
||||
IssueTracker: https://github.com/DimensionDev/Flare/issues
|
||||
Translation: https://crowdin.com/project/flareapp
|
||||
Changelog: https://github.com/DimensionDev/Flare/releases
|
||||
|
||||
AutoName: Flare
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/DimensionDev/Flare.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.3
|
||||
versionCode: 1030
|
||||
commit: 016fa4165e096f8852362c63175c535f5c41f5b7
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://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-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/START Non-FOSS component/,/END Non-FOSS component/d' build.gradle.kts
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: fdroid.properties|versionCode=(\d+)||
|
||||
CurrentVersion: 1.0.3
|
||||
CurrentVersionCode: 1030
|
||||
Loading…
Reference in a new issue