From 3b295f418d122158956a10be17f303872aa85847 Mon Sep 17 00:00:00 2001 From: linsui Date: Wed, 9 Feb 2022 22:56:43 +0800 Subject: [PATCH] Matsuri: add 0.3.0-beta --- metadata/moe.matsuri.lite.yml | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 metadata/moe.matsuri.lite.yml diff --git a/metadata/moe.matsuri.lite.yml b/metadata/moe.matsuri.lite.yml new file mode 100644 index 0000000000..67ae9a4aa2 --- /dev/null +++ b/metadata/moe.matsuri.lite.yml @@ -0,0 +1,38 @@ +Categories: + - Internet +License: GPL-3.0-or-later +AuthorName: arm64_v8a +AuthorWebSite: https://matsuridayo.github.io/ +SourceCode: https://github.com/MatsuriDayo/Matsuri +IssueTracker: https://github.com/MatsuriDayo/Matsuri/issues +Changelog: https://t.me/Matsuridayo +Bitcoin: 3M3Kq9CcfHeEfSDFhtrMDu9bchHsW1iixK + +AutoName: Matsuri + +RepoType: git +Repo: https://github.com/MatsuriDayo/Matsuri + +Builds: + - versionName: 0.3.0-beta + versionCode: 690 + commit: 280a99108de5007bcb085cd93be53c9d3554eec2 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + - apt-get install -y wget + gradle: + - fdroid + build: + - cd .. + - ./run fdroid prebuild + ndk: r23b + +AutoUpdateMode: Version +UpdateCheckMode: Tags +VercodeOperation: '%c * 5' +UpdateCheckData: sager.properties|VERSION_CODE=(\d+)|.|VERSION_NAME=(.*) +CurrentVersion: 0.3.0-beta +CurrentVersionCode: 690