mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
New app Sheepy Horn
This commit is contained in:
parent
5757341b36
commit
b6ed4b4a0c
1 changed files with 28 additions and 0 deletions
28
metadata/com.mendhak.sheepyhorn.yml
Normal file
28
metadata/com.mendhak.sheepyhorn.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: MIT
|
||||
SourceCode: https://github.com/mendhak/SheepyHorn
|
||||
IssueTracker: https://github.com/mendhak/SheepyHorn/issues
|
||||
Changelog: https://github.com/mendhak/SheepyHorn/releases
|
||||
|
||||
AutoName: Sheepy Horn
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mendhak/SheepyHorn.git
|
||||
|
||||
Builds:
|
||||
- versionName: '4'
|
||||
versionCode: 4
|
||||
commit: 56901f1e12e33154ecf49dcf9fce2b676c71468e
|
||||
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%c
|
||||
UpdateCheckMode: Tags ^v[.0-9]*$
|
||||
CurrentVersion: '4'
|
||||
CurrentVersionCode: 4
|
||||
Loading…
Reference in a new issue