mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Add New App com.adeeteya.font gallery
This commit is contained in:
parent
46abb55155
commit
d7995e1267
1 changed files with 52 additions and 0 deletions
52
metadata/com.adeeteya.font_gallery.yml
Normal file
52
metadata/com.adeeteya.font_gallery.yml
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Fetch fonts from https://fonts.google.com/
|
||||
Categories:
|
||||
- Development
|
||||
License: MIT
|
||||
AuthorName: Aditya R
|
||||
AuthorEmail: adeeteya@gmail.com
|
||||
SourceCode: https://github.com/adeeteya/FontGallery
|
||||
IssueTracker: https://github.com/adeeteya/FontGallery/issues
|
||||
Changelog: https://github.com/adeeteya/FontGallery/blob/master/CHANGELOG.md
|
||||
Donate: https://buymeacoffee.com/adeeteya
|
||||
Liberapay: adeeteya
|
||||
OpenCollective: adeeteya
|
||||
|
||||
AutoName: Font Gallery
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/adeeteya/FontGallery.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.3.0
|
||||
versionCode: 7
|
||||
commit: 9ed0944786ff46aa84db5acb1b77186446dff422
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- windows
|
||||
- macos
|
||||
- scripts
|
||||
prebuild:
|
||||
- flutterVersion=$(sed -n -E "s/^\s+flutter:\s*([0-9.]+)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- 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 --obfuscate --split-debug-info=./build/app/outputs/symbols
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 7
|
||||
Loading…
Reference in a new issue