mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Merge branch 'net.frju.verdure' into 'master'
net.frju.verdure Closes rfp#1564 See merge request fdroid/fdroiddata!8262
This commit is contained in:
commit
263bd8efad
1 changed files with 34 additions and 0 deletions
34
metadata/net.frju.verdure.yml
Normal file
34
metadata/net.frju.verdure.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Frédéric Julian
|
||||
SourceCode: https://github.com/FredJul/Warmd
|
||||
IssueTracker: https://github.com/FredJul/Warmd/issues
|
||||
Translation: https://frju.crowdin.com/warmd
|
||||
Donate: https://www.buymeacoffee.com/frju
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/FredJul/Warmd
|
||||
|
||||
Builds:
|
||||
- versionName: 1.4.1
|
||||
versionCode: 29
|
||||
commit: v1.4.1
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.26.0-17.5.pre
|
||||
rm:
|
||||
- ios
|
||||
- .vscode
|
||||
- raw_graphics
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- sed -i 's/.*in_app_review.*//' pubspec.yaml
|
||||
- git apply ./fdroid.patch
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/FredJul/Warmd/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 29
|
||||
Loading…
Reference in a new issue