mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
New App: Seers Lodge (chat.seers.app)
This commit is contained in:
parent
4f0ab89383
commit
8914fd10c1
1 changed files with 40 additions and 0 deletions
40
metadata/chat.seers.app.yml
Normal file
40
metadata/chat.seers.app.yml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
License: GPL-2.0-or-later
|
||||
AuthorName: NAND
|
||||
SourceCode: https://gitlab.com/nand-apps/seers-lodge
|
||||
IssueTracker: https://gitlab.com/nand-apps/seers-lodge/-/issues
|
||||
Changelog: https://gitlab.com/nand-apps/seers-lodge/-/blob/main/CHANGELOG.md
|
||||
|
||||
AutoName: Seers Lodge
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/nand-apps/seers-lodge.git
|
||||
Binaries: https://gitlab.com/nand-apps/seers-lodge/-/releases/%v/downloads/SeersLodge-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.0
|
||||
versionCode: 3
|
||||
commit: 1.1.0
|
||||
subdir: composeApp
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install git-lfs wget unzip gcc g++ cmake autoconf automake libtool
|
||||
pkg-config ninja-build yasm dpkg-dev
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- iosApp
|
||||
prebuild:
|
||||
- git lfs fetch
|
||||
- git lfs pull
|
||||
preassemble:
|
||||
- buildAndroidNativeLibraries
|
||||
|
||||
AllowedAPKSigningKeys: f0385c2195240e01d0800399e734a0573b7f52204900f6d65245ac37754d2fb5
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: composeApp/build.gradle.kts|appVersionCode = (\d+)||([\d.]+)
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue