mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
New app: io.github.petlyh.jsdict
This commit is contained in:
parent
1a5fe6505f
commit
0420ff188b
1 changed files with 40 additions and 0 deletions
40
metadata/io.github.petlyh.jsdict.yml
Normal file
40
metadata/io.github.petlyh.jsdict.yml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Depends on Jisho.org.
|
||||
Categories:
|
||||
- Reading
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://github.com/petlyh/JS-Dict
|
||||
IssueTracker: https://github.com/petlyh/JS-Dict/issues
|
||||
Changelog: https://github.com/petlyh/JS-Dict/releases
|
||||
|
||||
AutoName: JS-Dict
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/petlyh/JS-Dict
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: 8034132a0032d603ca81afd2e1d8ed9ca9f42b73
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .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: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue