From a79c848c65047fc5996659ff9f87d565ebfa4777 Mon Sep 17 00:00:00 2001 From: Alwin Ibba Date: Mon, 11 Oct 2021 22:24:09 +0000 Subject: [PATCH] New app: net.ibbaa.keepitup --- metadata/net.ibbaa.keepitup.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata/net.ibbaa.keepitup.yml diff --git a/metadata/net.ibbaa.keepitup.yml b/metadata/net.ibbaa.keepitup.yml new file mode 100644 index 0000000000..15a13947b8 --- /dev/null +++ b/metadata/net.ibbaa.keepitup.yml @@ -0,0 +1,31 @@ +Categories: + - Connectivity + - Internet +License: Apache-2.0 +AuthorName: Alwin Ibba +AuthorEmail: alwin@ibba.de +SourceCode: https://github.com/ibbaa/keepitup +IssueTracker: https://github.com/ibbaa/keepitup/issues +Changelog: https://github.com/ibbaa/keepitup/releases + +AutoName: Keep it up + +RepoType: git +Repo: https://github.com/ibbaa/keepitup.git + +Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: 1.0.0 + subdir: keepitupmain + sudo: + - apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 1.0.0 +CurrentVersionCode: 1