mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
New App: github.rikodot.kardi_notes
This commit is contained in:
parent
958c609b39
commit
e7b3fec891
1 changed files with 56 additions and 0 deletions
56
metadata/github.rikodot.kardi_notes.yml
Normal file
56
metadata/github.rikodot.kardi_notes.yml
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
Categories:
|
||||
- Reading
|
||||
- Writing
|
||||
License: GPL-3.0-only
|
||||
AuthorName: rikodot
|
||||
AuthorEmail: rikodot@kardi.tech
|
||||
AuthorWebSite: http://www.kardi.tech/
|
||||
WebSite: https://www.kardi.tech/#notes
|
||||
SourceCode: https://github.com/rikodot/kardi_notes_app
|
||||
IssueTracker: https://github.com/rikodot/kardi_notes_app/issues
|
||||
Changelog: https://www.kardi.tech/notes/
|
||||
Donate: https://www.kardi.tech/#contact
|
||||
Bitcoin: bc1qz6uws8vxz7renadfy5lchmtj99tvd3gr8t9856
|
||||
Litecoin: Lds4TLCW6GNcbTw3AwwvCGsrNCZjWX5SpU
|
||||
|
||||
AutoName: kardi notes
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/rikodot/kardi_notes_app
|
||||
|
||||
Builds:
|
||||
- versionName: 2.0.7
|
||||
versionCode: 19
|
||||
commit: 2.0.7
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sed -i 's@\/\/await HttpHelper.default_server_option_first_launch(context);@await
|
||||
HttpHelper.default_server_option_first_launch(context);@' lib/pages/loading_page.dart
|
||||
- sed -i 's@\/\/GoogleFonts@GoogleFonts@' lib/main.dart
|
||||
- sed -i 's@\/\/LicenseRegistry@LicenseRegistry@' lib/main.dart
|
||||
- export version=$(cat flutter_version.txt)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.0.7
|
||||
CurrentVersionCode: 19
|
||||
Loading…
Reference in a new issue