mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 22:56:56 +00:00
Added metadata for the initial release of com.denytheflowerpot.scrunch
This commit is contained in:
parent
84dabefee2
commit
9e97aea07a
1 changed files with 29 additions and 0 deletions
29
metadata/com.denytheflowerpot.scrunch.yml
Normal file
29
metadata/com.denytheflowerpot.scrunch.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- System
|
||||
License: EUPL-1.2
|
||||
AuthorName: DenyTheFlowerpot
|
||||
SourceCode: https://github.com/DenyTheFlowerpot/Scrunch
|
||||
IssueTracker: https://github.com/DenyTheFlowerpot/Scrunch/issues
|
||||
Changelog: https://github.com/DenyTheFlowerpot/Scrunch/releases
|
||||
|
||||
AutoName: Scrunch
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/DenyTheFlowerpot/Scrunch
|
||||
|
||||
Builds:
|
||||
- versionName: '0.1'
|
||||
versionCode: 1
|
||||
commit: d684ad961802bfd8ec506c502a8adafc6ad7b5a7
|
||||
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: '0.1'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue