mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Initial sudokunst metadata
This commit is contained in:
parent
b05f391331
commit
db44838dd7
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