mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
323 lines
12 KiB
YAML
323 lines
12 KiB
YAML
Categories:
|
||
- Security
|
||
License: GPL-3.0-only
|
||
AuthorName: LessPass
|
||
AuthorEmail: contact@lesspass.com
|
||
WebSite: https://lesspass.com/
|
||
SourceCode: https://github.com/lesspass/lesspass
|
||
IssueTracker: https://github.com/lesspass/lesspass/issues
|
||
|
||
Description: |-
|
||
LessPass is a stateless password manager.
|
||
It derives a site, a login and a master password to generate a unique password. You don’t need to sync your password vault across every device.
|
||
|
||
RepoType: git
|
||
Repo: https://github.com/lesspass/lesspass.git
|
||
|
||
Builds:
|
||
- versionName: 3.0.2
|
||
versionCode: 30002
|
||
commit: mobile-v3.0.2
|
||
subdir: packages/mobile/android/app/
|
||
sudo:
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.13.0/node-v10.13.0-linux-x64.tar.xz
|
||
- echo "0dc6dba645550b66f8f00541a428c29da7c3cde32fb7eda2eb626a9db3bbf08d node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.13.0-linux-x64/. /usr/local/
|
||
init:
|
||
- pushd ../../../../
|
||
- sed -i -e 's/yarn/npm/' package.json
|
||
- npm install
|
||
- npm run bootstrap
|
||
- popd
|
||
gradle:
|
||
- yes
|
||
rm:
|
||
- packages/cli/
|
||
prebuild:
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
|
||
scanignore:
|
||
- packages/mobile/android/build.gradle
|
||
- packages/mobile/node_modules/react-native-screens/android/build.gradle
|
||
scandelete:
|
||
- node_modules/
|
||
- packages/mobile/node_modules/
|
||
|
||
- versionName: 3.0.3
|
||
versionCode: 30003
|
||
commit: mobile-v3.0.3
|
||
subdir: packages/mobile/android/app/
|
||
sudo:
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.13.0/node-v10.13.0-linux-x64.tar.xz
|
||
- echo "0dc6dba645550b66f8f00541a428c29da7c3cde32fb7eda2eb626a9db3bbf08d node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.13.0-linux-x64/. /usr/local/
|
||
init:
|
||
- pushd ../../../../
|
||
- sed -i -e 's/yarn/npm/' package.json
|
||
- npm install
|
||
- npm run bootstrap
|
||
- popd
|
||
gradle:
|
||
- yes
|
||
prebuild:
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
|
||
scanignore:
|
||
- packages/mobile/android/build.gradle
|
||
- packages/mobile/node_modules/react-native-screens/android/build.gradle
|
||
scandelete:
|
||
- node_modules/
|
||
- packages/*/node_modules/
|
||
|
||
- versionName: 3.1.1
|
||
versionCode: 30101
|
||
commit: mobile-v3.1.1
|
||
subdir: packages/mobile/android/app/
|
||
sudo:
|
||
- apt-get update
|
||
- apt-get install -y -t stretch-backports npm
|
||
init:
|
||
- pushd ../../../../
|
||
- sed -i -e 's/yarn/npm/' package.json
|
||
- npm install
|
||
gradle:
|
||
- yes
|
||
prebuild:
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
|
||
scanignore:
|
||
- packages/mobile/android/build.gradle
|
||
- packages/mobile/node_modules/react-native-screens/android/build.gradle
|
||
scandelete:
|
||
- node_modules/
|
||
- packages/*/node_modules/
|
||
|
||
- versionName: 3.1.3
|
||
versionCode: 30103
|
||
commit: mobile-v3.1.3
|
||
subdir: mobile/android/app/
|
||
sudo:
|
||
- apt-get update
|
||
- apt-get install -y -t stretch-backports npm
|
||
init: npm install
|
||
gradle:
|
||
- yes
|
||
prebuild:
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
|
||
scanignore:
|
||
- mobile/android/build.gradle
|
||
- mobile/node_modules/react-native-screens/android/build.gradle
|
||
scandelete:
|
||
- mobile/node_modules/
|
||
|
||
- versionName: 3.1.6
|
||
versionCode: 30106
|
||
commit: mobile-v3.1.6
|
||
subdir: mobile/android/app/
|
||
sudo:
|
||
- apt-get update
|
||
- apt-get install -y -t stretch-backports npm
|
||
- npm -g install yarn
|
||
init: yarn install
|
||
gradle:
|
||
- yes
|
||
prebuild:
|
||
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
|
||
- sed -i -e '/enable enableSeparateBuildPerCPUArchitecture/d' build.gradle
|
||
scanignore:
|
||
- mobile/android/build.gradle
|
||
- mobile/node_modules/react-native-screens/android/build.gradle
|
||
scandelete:
|
||
- mobile/node_modules/
|
||
|
||
- versionName: 8.1.1
|
||
versionCode: 80101
|
||
commit: 8.1.1
|
||
subdir: mobile/android/app/
|
||
sudo:
|
||
- apt-get update
|
||
- apt-get install -y -t stretch-backports npm
|
||
- npm -g install yarn
|
||
init: yarn install
|
||
gradle:
|
||
- yes
|
||
prebuild:
|
||
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
|
||
- sed -i -e '/enable enableSeparateBuildPerCPUArchitecture/d' build.gradle
|
||
scanignore:
|
||
- mobile/android/build.gradle
|
||
- mobile/node_modules/react-native-screens/android/build.gradle
|
||
scandelete:
|
||
- mobile/node_modules/
|
||
|
||
- versionName: 9.1.2
|
||
versionCode: 90102
|
||
commit: 9.1.2
|
||
subdir: mobile/android/app/
|
||
sudo:
|
||
- apt-get update
|
||
- apt-get install -y -t stretch-backports npm
|
||
- npm -g install yarn
|
||
init: yarn install
|
||
gradle:
|
||
- yes
|
||
rm:
|
||
- mobile/node_modules/react-native/template/android/build.gradle
|
||
- mobile/node_modules/hermes-engine/android/*.aar
|
||
- mobile/node_modules/jetifier/lib/
|
||
- mobile/node_modules/@react-native-community/async-storage/packages/storage-legacy/android/build/
|
||
prebuild:
|
||
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
|
||
- sed -i -e '/enable enableSeparateBuildPerCPUArchitecture/d' build.gradle
|
||
scanignore:
|
||
- mobile/android/build.gradle
|
||
- mobile/node_modules/react-native-screens/android/build.gradle
|
||
- mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
||
scandelete:
|
||
- mobile/node_modules/
|
||
|
||
- versionName: 9.1.9
|
||
versionCode: 90109
|
||
commit: 9.1.9
|
||
subdir: mobile/android/app/
|
||
sudo:
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.xz
|
||
- echo "2e079cf638766fedd720d30ec8ffef5d6ceada4e8b441fc2a093cb9a865f4087 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
||
- npm -g install yarn
|
||
init: yarn install
|
||
gradle:
|
||
- yes
|
||
rm:
|
||
- mobile/node_modules/react-native/template/android/build.gradle
|
||
prebuild:
|
||
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
|
||
- sed -i -e '/enable enableSeparateBuildPerCPUArchitecture/d' build.gradle
|
||
scanignore:
|
||
- mobile/android/build.gradle
|
||
- mobile/node_modules/react-native/android/com/facebook/react/react-native
|
||
- mobile/node_modules/jsc-android/dist/org/webkit/android-jsc
|
||
- mobile/node_modules/react-native-screens/android/build.gradle
|
||
- mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
||
- mobile/node_modules/react-native-keychain/android/build.gradle
|
||
- mobile/node_modules/react-native-reanimated/android/build.gradle
|
||
- mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||
scandelete:
|
||
- mobile/node_modules/
|
||
|
||
- versionName: 9.3.0
|
||
versionCode: 90300
|
||
commit: mobile-v9.3.0
|
||
subdir: mobile/android/app/
|
||
sudo:
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.18.1/node-v14.18.1-linux-x64.tar.xz
|
||
- echo "ad1e3baa1aee8028b43206da3b2be9b8867cb598b4318bc88a0ae4518cc062a2 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v14.18.1-linux-x64/. /usr/local/
|
||
- npm -g install yarn
|
||
init: yarn install
|
||
gradle:
|
||
- yes
|
||
rm:
|
||
- mobile/node_modules/react-native/template/android/build.gradle
|
||
prebuild:
|
||
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
|
||
- sed -i -e '/enable enableSeparateBuildPerCPUArchitecture/d' build.gradle
|
||
- sed -i -e '/enableHermes/s/true/false/' build.gradle
|
||
scanignore:
|
||
- mobile/android/build.gradle
|
||
- mobile/node_modules/react-native/android/com/facebook/react/react-native
|
||
- mobile/node_modules/jsc-android/dist/org/webkit/android-jsc
|
||
- mobile/node_modules/react-native-screens/android/build.gradle
|
||
- mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||
- mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
||
- mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||
scandelete:
|
||
- mobile/node_modules/
|
||
|
||
- versionName: 9.4.0
|
||
versionCode: 90400
|
||
commit: mobile-v9.4.0
|
||
subdir: mobile/android/app/
|
||
sudo:
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.18.1/node-v14.18.1-linux-x64.tar.xz
|
||
- echo "ad1e3baa1aee8028b43206da3b2be9b8867cb598b4318bc88a0ae4518cc062a2 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v14.18.1-linux-x64/. /usr/local/
|
||
- npm -g install yarn
|
||
init: yarn install
|
||
gradle:
|
||
- yes
|
||
rm:
|
||
- mobile/node_modules/react-native/template/android/build.gradle
|
||
prebuild:
|
||
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
|
||
- sed -i -e '/enable enableSeparateBuildPerCPUArchitecture/d' build.gradle
|
||
- sed -i -e '/enableHermes/s/true/false/' build.gradle
|
||
scanignore:
|
||
- mobile/android/build.gradle
|
||
- mobile/node_modules/react-native/android/com/facebook/react/react-native
|
||
- mobile/node_modules/jsc-android/dist/org/webkit/android-jsc
|
||
- mobile/node_modules/react-native-screens/android/build.gradle
|
||
- mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||
- mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
||
- mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||
scandelete:
|
||
- mobile/node_modules/
|
||
|
||
- versionName: 9.5.3
|
||
versionCode: 90503
|
||
commit: mobile-v9.5.3
|
||
subdir: mobile/android/app/
|
||
sudo:
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.18.1/node-v14.18.1-linux-x64.tar.xz
|
||
- echo "ad1e3baa1aee8028b43206da3b2be9b8867cb598b4318bc88a0ae4518cc062a2 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v14.18.1-linux-x64/. /usr/local/
|
||
- npm -g install yarn
|
||
init: yarn install
|
||
gradle:
|
||
- yes
|
||
rm:
|
||
- mobile/node_modules/react-native/template/android/build.gradle
|
||
prebuild:
|
||
- sed -i -e 's#../package.json#../../package.json#' ../build.gradle
|
||
- sed -i -e '/enable enableSeparateBuildPerCPUArchitecture/d' build.gradle
|
||
- sed -i -e '/enableHermes/s/true/false/' build.gradle
|
||
scanignore:
|
||
- mobile/android/build.gradle
|
||
- mobile/node_modules/react-native/android/com/facebook/react/react-native
|
||
- mobile/node_modules/jsc-android/dist/org/webkit/android-jsc
|
||
- mobile/node_modules/react-native-screens/android/build.gradle
|
||
- mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- mobile/node_modules/react-native-vector-icons/android/build.gradle
|
||
- mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
||
- mobile/node_modules/react-native-safe-area-context/android/build.gradle
|
||
scandelete:
|
||
- mobile/node_modules/
|
||
|
||
MaintainerNotes: |-
|
||
scanignore is used to allow the "node_modules/react-native/android" local Maven repository.
|
||
|
||
We can not enable auto update because the version code is dynamic.
|
||
|
||
AutoUpdateMode: None
|
||
UpdateCheckMode: None
|
||
CurrentVersion: 9.5.3
|
||
CurrentVersionCode: 90503
|