mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
Newapp: Fossify Calendar
This commit is contained in:
parent
de8d277be9
commit
91ee6f03fb
1 changed files with 36 additions and 0 deletions
36
metadata/org.fossify.calendar.yml
Normal file
36
metadata/org.fossify.calendar.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Time
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Fossify
|
||||
AuthorEmail: hello@fossify.org
|
||||
WebSite: https://www.fossify.org
|
||||
SourceCode: https://github.com/FossifyOrg/Calendar
|
||||
IssueTracker: https://github.com/FossifyOrg/Calendar/issues
|
||||
Donate: https://www.fossify.org/donate
|
||||
Liberapay: naveensingh
|
||||
Bitcoin: bc1q5flmuh5f3canqza07cfekjn64p2aqvd2w7pnn3
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/FossifyOrg/Calendar.git
|
||||
Binaries: https://github.com/FossifyOrg/Calendar/releases/download/%v/calendar-%c-foss-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.2
|
||||
versionCode: 3
|
||||
commit: 830f96c1a293cf7226d39fdf963cabe1c1a913aa
|
||||
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/calendar-*-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.2
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue