From 0f4398ea2a58ea084826fcbf41f6e1d9e8549cdf Mon Sep 17 00:00:00 2001 From: Hector Godoy <10581447-hegocre@users.noreply.gitlab.com> Date: Sun, 3 Dec 2023 18:44:06 +0000 Subject: [PATCH] Add Nextcloud Passwords (com.hegocre.nextcloudpasswords) --- metadata/com.hegocre.nextcloudpasswords.yml | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 metadata/com.hegocre.nextcloudpasswords.yml diff --git a/metadata/com.hegocre.nextcloudpasswords.yml b/metadata/com.hegocre.nextcloudpasswords.yml new file mode 100644 index 0000000000..098b5c4648 --- /dev/null +++ b/metadata/com.hegocre.nextcloudpasswords.yml @@ -0,0 +1,30 @@ +Categories: + - Security +License: GPL-3.0-or-later +AuthorName: Hèctor Godoy +SourceCode: https://github.com/hegocre/NextcloudPasswords +IssueTracker: https://github.com/hegocre/NextcloudPasswords/issues +Translation: https://translations.hegocre.com/nextcloud-passwords + +AutoName: Nextcloud Passwords + +RepoType: git +Repo: https://github.com/hegocre/NextcloudPasswords + +Builds: + - versionName: 1.0.6 + versionCode: 18 + commit: 2fa5b35b3c5acf2976cd8eb31f0641544c84ab40 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + prebuild: sed -i -e 's/enable true/enable false/' build.gradle + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 1.0.6 +CurrentVersionCode: 18