Initial sudokunst metadata

This commit is contained in:
asmw 2020-06-26 18:01:13 +02:00 committed by asmw
parent b05f391331
commit db44838dd7

View 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