diff --git a/metadata/org.codeberg.sunbeam.duckchat.yml b/metadata/org.codeberg.sunbeam.duckchat.yml new file mode 100644 index 0000000000..73ba074d57 --- /dev/null +++ b/metadata/org.codeberg.sunbeam.duckchat.yml @@ -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 diff --git a/srclibs/duckchat-api.yml b/srclibs/duckchat-api.yml new file mode 100644 index 0000000000..73337af259 --- /dev/null +++ b/srclibs/duckchat-api.yml @@ -0,0 +1,2 @@ +RepoType: git +Repo: https://codeberg.org/sunbeam/duckchat-api.git