mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
New app: ca.hamaluik.timecop
This commit is contained in:
parent
cb801d1f14
commit
deb9990673
1 changed files with 36 additions and 0 deletions
36
metadata/ca.hamaluik.timecop.yml
Normal file
36
metadata/ca.hamaluik.timecop.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Time
|
||||
License: Apache-2.0
|
||||
AuthorName: Kenton Hamaluik
|
||||
WebSite: https://timecop.app/
|
||||
SourceCode: https://github.com/hamaluik/timecop
|
||||
IssueTracker: https://github.com/hamaluik/timecop/issues
|
||||
Translation: https://hosted.weblate.org/projects/timecop/
|
||||
Changelog: https://github.com/hamaluik/timecop/releases
|
||||
|
||||
AutoName: Time Cop
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/hamaluik/timecop.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.7.1
|
||||
versionCode: 42
|
||||
commit: v1.7.1
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.5
|
||||
rm:
|
||||
- flatpak
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.7.1
|
||||
CurrentVersionCode: 42
|
||||
Loading…
Reference in a new issue