mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
add LibreWeather app to fdroid store
This commit is contained in:
parent
46adac1801
commit
bc1b47a57f
1 changed files with 46 additions and 0 deletions
46
metadata/com.libreweatherrn.yml
Normal file
46
metadata/com.libreweatherrn.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue