From ce9c8bededf75cef9e492d04ac6d1377f15e0933 Mon Sep 17 00:00:00 2001 From: Jonas <11932850-jfromgallifrey@users.noreply.gitlab.com> Date: Sun, 5 Feb 2023 13:09:42 +0000 Subject: [PATCH] New App: io.gitlab.listentogether --- metadata/io.gitlab.listentogether.yml | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 metadata/io.gitlab.listentogether.yml diff --git a/metadata/io.gitlab.listentogether.yml b/metadata/io.gitlab.listentogether.yml new file mode 100644 index 0000000000..3a67ae0270 --- /dev/null +++ b/metadata/io.gitlab.listentogether.yml @@ -0,0 +1,35 @@ +Categories: + - Multimedia +License: GPL-3.0-only +SourceCode: https://gitlab.com/listentogether/app/ + +AutoName: ListenTogether + +RepoType: git +Repo: https://gitlab.com/listentogether/app/ + +Builds: + - versionName: 1.1.2 + versionCode: 6 + commit: v1.1.2 + subdir: android/app + sudo: + - curl -Lo node.tar.gz https://nodejs.org/dist/v18.12.1/node-v18.12.1-linux-x64.tar.gz + - echo "a8fcacb8033504e6d704bdee821f7005ee3774db25c799bcf2a13b5bda7de172 node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + - sysctl fs.inotify.max_user_watches=524288 || true + init: + - npm install --no-audit + - cd ../.. + - npm run build + gradle: + - yes + scandelete: + - node_modules/ + - .parcel-cache/ + +AutoUpdateMode: Version +UpdateCheckMode: Tags v[0-9\.]+ +CurrentVersion: 1.1.2 +CurrentVersionCode: 6