From bc1b47a57f63e6964ca7cee94fe6a1ad4f77fbb8 Mon Sep 17 00:00:00 2001 From: xddq Date: Sat, 16 Apr 2022 15:53:57 +0000 Subject: [PATCH] add LibreWeather app to fdroid store --- metadata/com.libreweatherrn.yml | 46 +++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 metadata/com.libreweatherrn.yml diff --git a/metadata/com.libreweatherrn.yml b/metadata/com.libreweatherrn.yml new file mode 100644 index 0000000000..4dc819ace3 --- /dev/null +++ b/metadata/com.libreweatherrn.yml @@ -0,0 +1,46 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Internet +License: AGPL-3.0-or-later +AuthorEmail: hi@pd-dev.xyz +WebSite: https://weather.pd-dev.xyz +SourceCode: https://github.com/xddq/libre-weather-rn +IssueTracker: https://github.com/xddq/libre-weather-rn/issues + +AutoName: LibreWeatherRN + +RepoType: git +Repo: https://github.com/xddq/libre-weather-rn + +Builds: + - versionName: v1.0.3 + versionCode: 103 + commit: de6ae052f4b1dffb08c9eba1bf50027bd7b3696e + subdir: android/app + sudo: + - sysctl fs.inotify.max_user_watches=524288 + - curl -Lo node.tar.xz https://nodejs.org/download/release/v16.14.0/node-v16.14.0-linux-x64.tar.xz + - echo "0570b9354959f651b814e56a4ce98d4a067bf2385b9a0e6be075739bc65b0fae node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz --strip-components=1 -C /usr/local/ + - npm -g install yarn + init: npm install + gradle: + - yes + scanignore: + - android/build.gradle + - node_modules/jsc-android + - node_modules/react-native/android/com/facebook/react/react-native/*/ + - node_modules/react-native-safe-area-context/android/build.gradle + - node_modules/react-native-screens/android/build.gradle + - node_modules/react-native-vector-icons/android/build.gradle + - node_modules/react-native-webview/android/build.gradle + scandelete: + - node_modules/ + ndk: r21e + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: v1.0.3 +CurrentVersionCode: 103