mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
add SinGal
This commit is contained in:
parent
31bba8bd2d
commit
5732c026c1
1 changed files with 30 additions and 0 deletions
30
metadata/gal.sli.singal.yml
Normal file
30
metadata/gal.sli.singal.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Xavier Gómez Guinovart
|
||||
AuthorEmail: xgg2021@gmail.com
|
||||
AuthorWebSite: http://sli.uvigo.gal/
|
||||
SourceCode: https://github.com/xavier-gz/singal
|
||||
IssueTracker: https://github.com/xavier-gz/singal/issues
|
||||
|
||||
AutoName: Dicionario SinGal
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/xavier-gz/singal
|
||||
|
||||
Builds:
|
||||
- versionName: '2.0'
|
||||
versionCode: 20
|
||||
commit: v2.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '2.0'
|
||||
CurrentVersionCode: 20
|
||||
Loading…
Reference in a new issue