From 0420ff188b6ca9866ff3ed46e6a2766c89877b62 Mon Sep 17 00:00:00 2001 From: petlyh <18352322-petlyh@users.noreply.gitlab.com> Date: Mon, 16 Oct 2023 09:35:14 +0000 Subject: [PATCH] New app: io.github.petlyh.jsdict --- metadata/io.github.petlyh.jsdict.yml | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 metadata/io.github.petlyh.jsdict.yml diff --git a/metadata/io.github.petlyh.jsdict.yml b/metadata/io.github.petlyh.jsdict.yml new file mode 100644 index 0000000000..8cbb27dce6 --- /dev/null +++ b/metadata/io.github.petlyh.jsdict.yml @@ -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