mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
NewApp: Jerboa for Lemmy
This commit is contained in:
parent
503dbb052e
commit
142cd27c66
1 changed files with 33 additions and 0 deletions
33
metadata/com.jerboa.yml
Normal file
33
metadata/com.jerboa.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: AGPL-3.0-only
|
||||
WebSite: https://join-lemmy.org
|
||||
SourceCode: https://github.com/dessalines/jerboa
|
||||
IssueTracker: https://github.com/dessalines/jerboa/issues
|
||||
Changelog: https://github.com/dessalines/jerboa/blob/HEAD/RELEASES.md
|
||||
Donate: https://www.patreon.com/dessalines
|
||||
Liberapay: Lemmy
|
||||
OpenCollective: lemmy
|
||||
Bitcoin: 1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK
|
||||
|
||||
AutoName: Jerboa for Lemmy
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/dessalines/jerboa.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.0.5
|
||||
versionCode: 4
|
||||
commit: 0.0.5
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.0.5
|
||||
CurrentVersionCode: 4
|
||||
Loading…
Reference in a new issue