From 21b654b6c04a6c623b347b53bccada686939d40a Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Sun, 14 Aug 2022 08:59:45 +0000 Subject: [PATCH] stitch: 1.1.4 --- metadata/soko.ekibun.stitch.yml | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 metadata/soko.ekibun.stitch.yml diff --git a/metadata/soko.ekibun.stitch.yml b/metadata/soko.ekibun.stitch.yml new file mode 100644 index 0000000000..4b7251d2b0 --- /dev/null +++ b/metadata/soko.ekibun.stitch.yml @@ -0,0 +1,40 @@ +Categories: + - Multimedia +License: LGPL-2.1-only +AuthorName: ekibun +AuthorEmail: soekibun@gmail.com +SourceCode: https://github.com/ekibun/Stitch +IssueTracker: https://github.com/ekibun/Stitch/issues + +AutoName: Stitch + +RepoType: git +Repo: https://github.com/ekibun/Stitch.git + +Builds: + - versionName: v1.1.6 + versionCode: 24 + commit: ee540967352fd71f28823614df966c02cd1a5874 + subdir: app + submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + - apt-get install -y ninja-build + - curl -Lo cmake.tar.gz https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1-linux-x86_64.tar.gz + - echo "73565c72355c6652e9db149249af36bcab44d9d478c5546fd926e69ad6b43640 cmake.tar.gz" + | sha256sum -c - + - tar xzf cmake.tar.gz --strip-components=1 -C /usr/local/ + gradle: + - yes + prebuild: sed -i -e '/enable true/d' build.gradle + scandelete: + - app/src/main/jni + ndk: r22b + +AutoUpdateMode: Version %v +UpdateCheckMode: HTTP +UpdateCheckData: https://github.com/ekibun/Stitch/releases/latest/download/output-metadata.json|"versionCode":\s(\d+)|.|"versionName":\s"(.+)" +CurrentVersion: v1.1.6 +CurrentVersionCode: 24