mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 19:42:02 +00:00
Merge branch 'sudokunst' into 'master'
Add game: sudokunst See merge request fdroid/fdroiddata!7025
This commit is contained in:
commit
f1124e55ff
1 changed files with 38 additions and 0 deletions
38
metadata/de.asmw.sudokunst.yml
Normal file
38
metadata/de.asmw.sudokunst.yml
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: MIT
|
||||||
|
WebSite: https://gitlab.com/asmw/sudokunst
|
||||||
|
SourceCode: https://gitlab.com/asmw/sudokunst/-/tree/master
|
||||||
|
IssueTracker: https://gitlab.com/asmw/sudokunst/-/issues
|
||||||
|
|
||||||
|
Summary: A sudoku game where you can draw the numbers
|
||||||
|
Description: |-
|
||||||
|
A sudoku game which allows the user to draw the letters into the fields
|
||||||
|
|
||||||
|
* Uses [https://github.com/tiny-dnn/tiny-dnn tiny-dnn] and the MNIST dataset for character recognition
|
||||||
|
* the games are generated using [https://github.com/stephenostermiller/qqwing QQwing]
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/asmw/sudokunst.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.4
|
||||||
|
versionCode: 2
|
||||||
|
commit: 1.0.4
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y build-essential openjdk-11-jdk
|
||||||
|
output: build/android-build/build/outputs/apk/release/android-build-release-unsigned.apk
|
||||||
|
scandelete:
|
||||||
|
- third-party/tiny-dnn/vc/
|
||||||
|
build:
|
||||||
|
- export BASE=$(realpath ..)
|
||||||
|
- ./build-openssl.sh $$NDK$$
|
||||||
|
- ./build-qt.sh $$NDK$$ $$SDK$$
|
||||||
|
- ./build-app.sh $$NDK$$ $$SDK$$
|
||||||
|
ndk: r21d
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: 1.0.4
|
||||||
|
CurrentVersionCode: 2
|
||||||
Loading…
Reference in a new issue