From e773e9533d3b36cf9ed7ddc5bba9ba6b83f7659e Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 27 Apr 2019 23:33:33 +0200 Subject: [PATCH] New app: NextcloudPasswords --- metadata/com.nextcloudpasswords.yml | 54 +++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 metadata/com.nextcloudpasswords.yml diff --git a/metadata/com.nextcloudpasswords.yml b/metadata/com.nextcloudpasswords.yml new file mode 100644 index 0000000000..2b083ae0bf --- /dev/null +++ b/metadata/com.nextcloudpasswords.yml @@ -0,0 +1,54 @@ +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 +Summary: Manage your Nextcloud passwords +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