From 20ecd647985ed7a565b7286197c7f2ff0c2fed91 Mon Sep 17 00:00:00 2001 From: Brian Nenninger Date: Fri, 25 Dec 2020 17:25:46 +0000 Subject: [PATCH] New app: Egyptian Mouse Pounce --- .../com.dozingcatsoftware.mouse_pounce.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 metadata/com.dozingcatsoftware.mouse_pounce.yml diff --git a/metadata/com.dozingcatsoftware.mouse_pounce.yml b/metadata/com.dozingcatsoftware.mouse_pounce.yml new file mode 100644 index 0000000000..c51000ed26 --- /dev/null +++ b/metadata/com.dozingcatsoftware.mouse_pounce.yml @@ -0,0 +1,29 @@ +Categories: + - Games +License: GPL-3.0-only +WebSite: https://github.com/dozingcat/MousePounce +SourceCode: https://github.com/dozingcat/MousePounce +IssueTracker: https://github.com/dozingcat/MousePounce/issues + +AutoName: Egyptian Mouse Pounce + +RepoType: git +Repo: https://github.com/dozingcat/MousePounce.git + +Builds: + - versionName: 1.1.0 + versionCode: 2 + commit: v1.1.0 + output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk + srclibs: + - flutter@1.22.4 + prebuild: rm -fr ios + build: + - export PATH=$$flutter$$/bin:$PATH + - flutter build apk --flavor fdroid + +AutoUpdateMode: Version v%v +UpdateCheckMode: HTTP +UpdateCheckData: https://raw.githubusercontent.com/dozingcat/MousePounce/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.1.0 +CurrentVersionCode: 2