diff --git a/metadata/de.asmw.sudokunst.yml b/metadata/de.asmw.sudokunst.yml new file mode 100644 index 0000000000..0c79e11e4a --- /dev/null +++ b/metadata/de.asmw.sudokunst.yml @@ -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