mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
New app: Kumquats
This commit is contained in:
parent
59398c6060
commit
f62e80b24b
1 changed files with 33 additions and 0 deletions
33
metadata/com.dozingcatsoftware.kumquats.yml
Normal file
33
metadata/com.dozingcatsoftware.kumquats.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://github.com/dozingcat/Kumquats
|
||||
SourceCode: https://github.com/dozingcat/Kumquats
|
||||
IssueTracker: https://github.com/dozingcat/Kumquats/issues
|
||||
|
||||
AutoName: Kumquats
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/dozingcat/Kumquats.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: v1.0.0
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@2.0.6
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
build:
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter build apk --flavor fdroid
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/dozingcat/Kumquats/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue