mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-26 16:54:09 +00:00
101 lines
3.3 KiB
YAML
101 lines
3.3 KiB
YAML
Categories:
|
|
- Sports & Health
|
|
License: MPL-2.0
|
|
AuthorName: Mazzarolo Matteo
|
|
AuthorEmail: mazzarolomatteo@gmail.com
|
|
WebSite: https://breathly.app/
|
|
SourceCode: https://github.com/mmazzarolo/breathly-app
|
|
IssueTracker: https://github.com/mmazzarolo/breathly-app/issues
|
|
|
|
AutoName: Breathly
|
|
Description: |-
|
|
<i>Breathly</i> allows you to focus on your breathing. You can use Breathly
|
|
for daily relaxation and breath training: just choose a breathing technique
|
|
and focus on the guided exercise.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/mmazzarolo/breathly-app
|
|
|
|
Builds:
|
|
- versionName: '1.3'
|
|
versionCode: 4
|
|
commit: android-1.3
|
|
subdir: android/app
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y -t stretch-backports npm
|
|
- npm -g install yarn
|
|
init: yarn install
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- node_modules/@react-native-community/async-storage/packages/storage-legacy/android/build/
|
|
- node_modules/hermesvm/win64-bin/
|
|
- node_modules/react-native/template/
|
|
- node_modules/jetifier/lib/
|
|
- node_modules/hermesvm/android/*.aar
|
|
prebuild:
|
|
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
|
- sed -i -e 's/enableSeparateBuildPerCPUArchitecture = true/enableSeparateBuildPerCPUArchitecture
|
|
= false/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
|
|
- versionName: '1.4'
|
|
versionCode: 5
|
|
commit: android-1.4
|
|
subdir: android/app
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y -t stretch-backports npm
|
|
- npm -g install yarn
|
|
init: yarn install
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- node_modules/@react-native-community/async-storage/packages/storage-legacy/android/build/
|
|
- node_modules/react-native/template/
|
|
- node_modules/jetifier/lib/
|
|
prebuild:
|
|
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
|
- sed -i -e 's/enableSeparateBuildPerCPUArchitecture = true/enableSeparateBuildPerCPUArchitecture
|
|
= false/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
|
|
- versionName: '1.9'
|
|
versionCode: 10
|
|
commit: android-1.9
|
|
subdir: android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.18.1/node-v10.18.1-linux-x64.tar.xz
|
|
- echo "8cc40f45c2c62529b15e83a6bbe0ac1febf57af3c5720df68067c96c0fddbbdf node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf node.tar.xz
|
|
- cp -a node-v10.18.1-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init: yarn install
|
|
gradle:
|
|
- yes
|
|
prebuild: sed -i -e 's/CPUArchitecture = true/CPUArchitecture = false/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native/android/com/facebook/react/react-native
|
|
- node_modules/react-native/template/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
|
|
MaintainerNotes: scanignore is used to allow the local React Native and Android JSC
|
|
(installed with NPM).
|
|
|
|
AutoUpdateMode: Version android-%v
|
|
UpdateCheckMode: Tags ^android-\d\.\d$
|
|
CurrentVersion: '1.9'
|
|
CurrentVersionCode: 10
|