mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
new app: com.krawieck.lemmur
This commit is contained in:
parent
88478ea3aa
commit
84af06c68c
1 changed files with 37 additions and 0 deletions
37
metadata/com.krawieck.lemmur.yml
Normal file
37
metadata/com.krawieck.lemmur.yml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
Categories:
|
||||
- Internet
|
||||
- Reading
|
||||
- Writing
|
||||
License: GPL-2.0-only
|
||||
SourceCode: https://github.com/krawieck/lemmur
|
||||
IssueTracker: https://github.com/krawieck/lemmur/issues
|
||||
Changelog: https://github.com/krawieck/lemmur/releases
|
||||
Donate: https://www.buymeacoffee.com/lemmur
|
||||
|
||||
AutoName: lemmur
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/krawieck/lemmur.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.2.3
|
||||
versionCode: 11
|
||||
commit: v0.2.3
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- scripts
|
||||
- test
|
||||
- windows
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: https://raw.githubusercontent.com/krawieck/lemmur/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.2.3
|
||||
CurrentVersionCode: 11
|
||||
Loading…
Reference in a new issue