diff --git a/metadata/com.nunti.yml b/metadata/com.nunti.yml new file mode 100644 index 0000000000..cd6d5864c3 --- /dev/null +++ b/metadata/com.nunti.yml @@ -0,0 +1,55 @@ +Categories: + - Reading + - Internet +License: GPL-3.0-only +AuthorName: Ondřej Foltýn & Richard Klapáč +SourceCode: https://gitlab.com/ondrejfoltyn/nunti +IssueTracker: https://gitlab.com/ondrejfoltyn/nunti/issues + +AutoName: Nunti + +RepoType: git +Repo: https://gitlab.com/ondrejfoltyn/nunti.git + +Builds: + - versionName: v1.0.0 + versionCode: 1 + commit: v1.0.0 + subdir: Nunti/android/app + sudo: + - apt-get update || apt-get update + - apt-get install -t stretch-backports openjdk-11-jdk-headless openjdk-11-jre-headless + - update-alternatives --auto java + - curl -Lo node.tar.xz https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.xz + - echo "a3721f87cecc0b52b0be8587c20776ac7305db413751db02c55aa2bffac15198 node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v16.13.1-linux-x64/. /usr/local/ + - rm -rf node-v16.13.1-linux-x64/ node.tar.xz + init: + - cd ../.. + - npm install --no-optional + gradle: + - yes + output: build/outputs/apk/release/app-release-unsigned.apk + scanignore: + - Nunti/android/build.gradle + - Nunti/node_modules/jsc-android + - Nunti/node_modules/react-native/android + - Nunti/node_modules/hermes-engine + - Nunti/node_modules/react-native-reanimated/android + - Nunti/node_modules/react-native-vector-icons/android/build.gradle + - Nunti/node_modules/react-native-safe-area-context/android/build.gradle + - Nunti/node_modules/react-native-pager-view/android/build.gradle + - Nunti/node_modules/@react-native-community/netinfo/android/build.gradle + - Nunti/node_modules/@react-native-community/masked-view/android/build.gradle + - Nunti/node_modules/react-native-screens/android/build.gradle + - Nunti/node_modules/react-native/ReactAndroid/build.gradle + scandelete: + - Nunti/node_modules + ndk: r23b + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: v1.0.0 +CurrentVersionCode: 1