mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
AntiFeatures:
|
|
- NonFreeNet
|
|
Categories:
|
|
- Internet
|
|
- Weather
|
|
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
|