new app: Nora

This commit is contained in:
rnons 2025-08-12 04:37:07 +00:00 committed by linsui
parent 11fa35b8c7
commit 90b61ab2e9

View file

@ -0,0 +1,89 @@
AntiFeatures:
NonFreeNet:
en-US: Rely on Instagram, Reddit, Threads and X
Categories:
- Internet
- Social Network
License: AGPL-3.0-only
SourceCode: https://github.com/nonbili/Nora
IssueTracker: https://github.com/nonbili/Nora/issues
Donate: https://github.com/sponsors/rnons
Liberapay: rnons
RepoType: git
Repo: https://github.com/nonbili/Nora
Builds:
- versionName: 0.1.4
versionCode: 503
commit: 469a5057e8272b96568fd4ba0fd5dd44b84bae64
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie npm
- npm -g install yarn
gradle:
- yes
output: build/outputs/apk/release/app-armeabi-v7a-release-unsigned.apk
prebuild:
- cd ../..
- sed -i -e '1a "expo":{"autolinking":{"android":{"buildFromSource":[".*"]}}},'
package.json
- yarn
- yarn bundle:es
- yarn expo prebuild -p android --clean
scanignore:
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- android/build.gradle
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-edge-to-edge/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
scandelete:
- node_modules
- versionName: 0.1.4
versionCode: 504
commit: 469a5057e8272b96568fd4ba0fd5dd44b84bae64
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie npm
- npm -g install yarn
gradle:
- yes
output: build/outputs/apk/release/app-arm64-v8a-release-unsigned.apk
prebuild:
- cd ../..
- sed -i -e '1a "expo":{"autolinking":{"android":{"buildFromSource":[".*"]}}},'
package.json
- yarn
- yarn bundle:es
- yarn expo prebuild -p android --clean
scanignore:
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- android/build.gradle
- node_modules/expo-modules-core/android/ExpoModulesCorePlugin.gradle
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-edge-to-edge/android/build.gradle
- node_modules/react-native-reanimated/android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
scandelete:
- node_modules
AutoUpdateMode: Version
UpdateCheckMode: Tags
VercodeOperation:
- 100 * %c + 3
- 100 * %c + 4
CurrentVersion: 0.1.4
CurrentVersionCode: 504