mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
add com.funkymuse.aurora
This commit is contained in:
parent
d8b0a89e84
commit
11961ed0d2
1 changed files with 32 additions and 0 deletions
32
metadata/com.funkymuse.aurora.yml
Normal file
32
metadata/com.funkymuse.aurora.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: FunkyMuse
|
||||
AuthorWebSite: https://funkymuse.dev/
|
||||
SourceCode: https://github.com/FunkyMuse/Aurora
|
||||
IssueTracker: https://github.com/FunkyMuse/Aurora/issues
|
||||
Changelog: https://github.com/FunkyMuse/Aurora/releases
|
||||
Donate: https://patreon.com/funkymuse
|
||||
|
||||
AutoName: SubHub
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/FunkyMuse/Aurora
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: 1.0.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: build.gradle|verCode\s?=\s=?(\d+)|.|verName\s?=\s?["'](.+)["']
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue