Newapp: DuckChat

This commit is contained in:
Licaon_Kter 2024-10-16 14:45:33 +00:00
parent 04d86c4740
commit 5767bbda12
2 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,37 @@
AntiFeatures:
NonFreeNet:
en-US: Depends on DuckDuckGo servers
Categories:
- Development
- Science & Education
License: GPL-3.0-only
SourceCode: https://codeberg.org/sunbeam/duckchat-android
IssueTracker: https://codeberg.org/sunbeam/duckchat-android/issues
AutoName: DuckChat
RepoType: git
Repo: https://codeberg.org/sunbeam/duckchat-android.git
Binaries: https://codeberg.org/sunbeam/duckchat-android/releases/download/%v/app-release.apk
Builds:
- versionName: '1.3'
versionCode: 5
commit: 201236fae921178bfcad29f4b4d18c3a3e80012d
subdir: app
gradle:
- yes
srclibs:
- duckchat-api@9f8bb6bc35453975a392d87c203d7236cc64bc6a
build:
- pushd $$duckchat-api$$
- gradle jar
- popd
- mv $$duckchat-api$$/build/libs/duckchat-1.0-SNAPSHOT.jar libs/duckchat.jar
AllowedAPKSigningKeys: 240a09f6061438af5ac754bdf5ca12150e68c4b0f22c223a1e6e3a46ca60b5f5
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '1.3'
CurrentVersionCode: 5

2
srclibs/duckchat-api.yml Normal file
View File

@ -0,0 +1,2 @@
RepoType: git
Repo: https://codeberg.org/sunbeam/duckchat-api.git