mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
New app: FFShare
This commit is contained in:
parent
2494b36f60
commit
481dc1dc77
1 changed files with 29 additions and 0 deletions
29
metadata/com.caydey.ffshare.yml
Normal file
29
metadata/com.caydey.ffshare.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- System
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://github.com/caydey/ffshare
|
||||
SourceCode: https://github.com/caydey/ffshare
|
||||
IssueTracker: https://github.com/caydey/ffshare/issues
|
||||
|
||||
AutoName: FFShare
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/caydey/ffshare.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: 8bbe69be8e3218fefc557cea218690c56cfac8f0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue