mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Add WordleSolver
This commit is contained in:
parent
c969bac3a3
commit
6871709fbd
1 changed files with 29 additions and 0 deletions
29
metadata/org.billthefarmer.solver.yml
Normal file
29
metadata/org.billthefarmer.solver.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Bill Farmer
|
||||||
|
AuthorWebSite: https://billthefarmer.github.io/
|
||||||
|
SourceCode: https://github.com/billthefarmer/wordlesolver
|
||||||
|
IssueTracker: https://github.com/billthefarmer/wordlesolver/issues
|
||||||
|
Changelog: https://github.com/billthefarmer/wordlesolver/releases
|
||||||
|
|
||||||
|
AutoName: WordleSolver
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/billthefarmer/wordlesolver
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: v1.0
|
||||||
|
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: '1.0'
|
||||||
|
CurrentVersionCode: 1
|
||||||
Loading…
Reference in a new issue