mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
App inclusion: Syncthing-Lite
This commit is contained in:
parent
964b0ea56f
commit
518199c6fd
1 changed files with 37 additions and 0 deletions
37
metadata/com.github.catfriend1.syncthinglite.yml
Normal file
37
metadata/com.github.catfriend1.syncthinglite.yml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
Categories:
|
||||
- Cloud Storage & File Sync
|
||||
- Internet
|
||||
License: MPL-2.0
|
||||
WebSite: https://github.com/Catfriend1/syncthing-lite/tree/main/wiki#readme
|
||||
SourceCode: https://github.com/Catfriend1/syncthing-lite
|
||||
IssueTracker: https://github.com/Catfriend1/syncthing-lite/issues
|
||||
Translation: https://hosted.weblate.org/projects/syncthing/android/catfriend1/lite-stringsxml
|
||||
Changelog: https://github.com/Catfriend1/syncthing-lite/releases
|
||||
Liberapay: cf4friends
|
||||
|
||||
AutoName: Syncthing-Lite
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Catfriend1/syncthing-lite.git
|
||||
Binaries: https://github.com/Catfriend1/syncthing-lite/releases/download/v%v/com.github.catfriend1.syncthinglite_release_v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.30.0.0
|
||||
versionCode: 1300000
|
||||
commit: 8e150828b7e583eb84fe62208bb7add2be0ea691
|
||||
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
|
||||
|
||||
AllowedAPKSigningKeys: d374b8de5057013143c7d1515a015598c2df403be8160cae01a58c227e6e86aa
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[a-z0-9.]*$
|
||||
UpdateCheckData: gradle/libs.versions.toml|version-code\s=\s"(\d+)"|.|version-name\s=\s"(.*)"
|
||||
CurrentVersion: 1.30.0.0
|
||||
CurrentVersionCode: 1300000
|
||||
Loading…
Reference in a new issue