mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
Add com.elfeedcljsrn
This commit is contained in:
parent
2b6be72baf
commit
af999b1445
1 changed files with 51 additions and 0 deletions
51
metadata/com.elfeedcljsrn.yml
Normal file
51
metadata/com.elfeedcljsrn.yml
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
Categories:
|
||||
- Internet
|
||||
- Reading
|
||||
License: Apache-2.0
|
||||
AuthorName: Toni Reina
|
||||
AuthorEmail: areina0@gmail.com
|
||||
SourceCode: https://github.com/areina/elfeed-cljsrn
|
||||
IssueTracker: https://github.com/areina/elfeed-cljsrn/issues
|
||||
Changelog: https://github.com/areina/elfeed-cljsrn/releases
|
||||
|
||||
AutoName: ElfeedCljsrn
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/areina/elfeed-cljsrn
|
||||
|
||||
Builds:
|
||||
- versionName: 2.4.0
|
||||
versionCode: 10
|
||||
commit: v2.4.0
|
||||
subdir: react-native-app/android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- curl -Lo node.tar.gz https://nodejs.org/download/release/v19.3.0/node-v19.3.0-linux-x64.tar.gz
|
||||
- echo "b525028ae5bb71b5b32cb7fce903ccce261dbfef4c7dd0f3e0ffc27cd6fc0b3f node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm -g install yarn
|
||||
init:
|
||||
- npm install --build-from-source
|
||||
- cd ..
|
||||
- npm install
|
||||
- npx shadow-cljs release app
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
- react-native-app/node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- react-native-app/node_modules/jsc-android
|
||||
- react-native-app/node_modules/react-native-reanimated/android/build.gradle
|
||||
- react-native-app/node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- react-native-app/node_modules/react-native-screens/android/build.gradle
|
||||
- react-native-app/node_modules/react-native-webview/android/build.gradle
|
||||
- react-native-app/node_modules/react-native-vector-icons/android/build.gradle
|
||||
- react-native-app/node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||||
- react-native-app/node_modules/@react-native-community/netinfo/android/build.gradle
|
||||
scandelete:
|
||||
- react-native-app/node_modules
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.4.0
|
||||
CurrentVersionCode: 10
|
||||
Loading…
Reference in a new issue