mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 21:59:00 +00:00
54 lines
1.7 KiB
YAML
54 lines
1.7 KiB
YAML
|
|
Categories:
|
||
|
|
- Security
|
||
|
|
License: GPL-3.0-only
|
||
|
|
AuthorName: daper
|
||
|
|
AuthorEmail: david@daper.email
|
||
|
|
SourceCode: https://github.com/daper/nextcloud-passwords-app
|
||
|
|
IssueTracker: https://github.com/daper/nextcloud-passwords-app/issues
|
||
|
|
|
||
|
|
AutoName: NextcloudPasswords
|
||
|
|
Description: |-
|
||
|
|
Nextcloud Passwords allows you to:
|
||
|
|
|
||
|
|
* Organize your passwords
|
||
|
|
* Generate new passwords with different options
|
||
|
|
* Sync all your passwords between the app and your Nextcloud instance
|
||
|
|
* Copy your passwords to clipboard
|
||
|
|
* View the details of your passwords and edit them
|
||
|
|
* Search trough your passwords
|
||
|
|
* Fingerprint support
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://github.com/daper/nextcloud-passwords-app
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: '1.10'
|
||
|
|
versionCode: 11
|
||
|
|
commit: v1.10
|
||
|
|
subdir: android/app/
|
||
|
|
sudo:
|
||
|
|
- apt-get update || apt-get update
|
||
|
|
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
||
|
|
init: npm install
|
||
|
|
gradle:
|
||
|
|
- yes
|
||
|
|
rm:
|
||
|
|
- node_modules/sqlite3/lib/binding/node-v57-linux-x64/node_sqlite3.node
|
||
|
|
prebuild:
|
||
|
|
- sed -i -e 's#https://maven.fabric.io/public#https://maven.google.com/#' ../../node_modules/react-native-webview/android/build.gradle
|
||
|
|
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
|
|
scanignore:
|
||
|
|
- android/build.gradle
|
||
|
|
- node_modules/react-native-webview/android/build.gradle
|
||
|
|
- node_modules/react-native-svg/android/build.gradle
|
||
|
|
scandelete:
|
||
|
|
- node_modules
|
||
|
|
|
||
|
|
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
|
||
|
|
local Maven repository.
|
||
|
|
|
||
|
|
AutoUpdateMode: Version v%v
|
||
|
|
UpdateCheckMode: Tags
|
||
|
|
CurrentVersion: '1.10'
|
||
|
|
CurrentVersionCode: 11
|