From 40fd31284847ddf2c6e6d9655f8438553aec1041 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Mon, 15 Jan 2024 15:30:28 +0200 Subject: [PATCH] Newapp: Fossify Phone --- metadata/org.fossify.phone.yml | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 metadata/org.fossify.phone.yml diff --git a/metadata/org.fossify.phone.yml b/metadata/org.fossify.phone.yml new file mode 100644 index 0000000000..7c3d00a783 --- /dev/null +++ b/metadata/org.fossify.phone.yml @@ -0,0 +1,36 @@ +Categories: + - Phone & SMS +License: GPL-3.0-only +AuthorName: Fossify +AuthorEmail: hello@fossify.org +WebSite: https://www.fossify.org +SourceCode: https://github.com/FossifyOrg/Phone +IssueTracker: https://github.com/FossifyOrg/Phone/issues +Donate: https://www.fossify.org/donate +Liberapay: naveensingh +Bitcoin: bc1q5flmuh5f3canqza07cfekjn64p2aqvd2w7pnn3 + +RepoType: git +Repo: https://github.com/FossifyOrg/Phone.git +Binaries: https://github.com/FossifyOrg/Phone/releases/download/%v/phone-%c-foss-release.apk + +Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: 28826651919880142f1dd5b8b1fdb4ea7ec3b45f + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + output: build/outputs/apk/foss/release/phone-*-foss-release-unsigned.apk + +AllowedAPKSigningKeys: affdb124d3f4720c2f98dbca9eacba0514fba4306e20a2786c861c3c0d6ff292 + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: gradle/libs.versions.toml|app-version-versionCode\s=\s"(\d+)"|.|app-version-versionName\s=\s"(.*)" +CurrentVersion: 1.0.0 +CurrentVersionCode: 1