mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
New App: BootBoi
This commit is contained in:
parent
156cf08630
commit
e13315f5ab
1 changed files with 44 additions and 0 deletions
44
metadata/com.elektropepi.bootboi.yml
Normal file
44
metadata/com.elektropepi.bootboi.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Elektropepi
|
||||
SourceCode: https://github.com/BootBoi/android-app
|
||||
IssueTracker: https://github.com/BootBoi/android-app/issues
|
||||
|
||||
AutoName: BootBoi
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/BootBoi/android-app/
|
||||
|
||||
Builds:
|
||||
- versionName: '1.1'
|
||||
versionCode: 11
|
||||
commit: '1.1'
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v15.14.0/node-v15.14.0-linux-x64.tar.xz
|
||||
- echo "f40a52c77a5a98203d24d6e5213c1a189bfc9736d0d9f667cb61151e9431b2a8 node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz
|
||||
- cp -a node-v15.14.0-linux-x64/. /usr/local/
|
||||
- npm -g install yarn
|
||||
init: yarn 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-reanimated/android
|
||||
- node_modules/@react-native-community/masked-view/android/build.gradle
|
||||
- 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
|
||||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.1'
|
||||
CurrentVersionCode: 11
|
||||
Loading…
Reference in a new issue