diff --git a/metadata/com.gitea.theoden8.sudaku.yml b/metadata/com.gitea.theoden8.sudaku.yml new file mode 100644 index 0000000000..2598d9fcd5 --- /dev/null +++ b/metadata/com.gitea.theoden8.sudaku.yml @@ -0,0 +1,31 @@ +Categories: + - Games +License: MIT +AuthorName: theoden8 +SourceCode: https://gitea.com/theoden8/sudaku +IssueTracker: https://gitea.com/theoden8/sudaku/issues + +AutoName: sudaku +Summary: Solve sudoku by creating rules +Description: Invent the rules on the go to solve hardest sudoku puzzles. + +RepoType: git +Repo: https://gitea.com/theoden8/sudaku.git + +Builds: + - versionName: 0.0.2 + versionCode: 2 + commit: v0.0.2 + output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk + srclibs: + - flutter@stable + prebuild: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter packages pub get + build: $$flutter$$/bin/flutter build apk --flavor fdroid --verbose + +AutoUpdateMode: Version v%v +UpdateCheckMode: HTTP +UpdateCheckData: https://gitea.com/theoden8/sudaku/raw/branch/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 0.0.2 +CurrentVersionCode: 2