mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
New App: chat.simplex.app
This commit is contained in:
parent
730e0d8fb1
commit
c7c3af2bc4
1 changed files with 31 additions and 0 deletions
31
metadata/chat.simplex.app.yml
Normal file
31
metadata/chat.simplex.app.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- Phone & SMS
|
||||
License: AGPL-3.0-or-later
|
||||
WebSite: https://simplex.chat/
|
||||
SourceCode: https://github.com/simplex-chat/simplex-chat
|
||||
IssueTracker: https://github.com/simplex-chat/simplex-chat/issues
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/simplex-chat/simplex-chat.git
|
||||
|
||||
Builds:
|
||||
- versionName: '3.1'
|
||||
versionCode: 48
|
||||
commit: bf2b3855b791fdad5026fc875c753dc22bc3ea75
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- mkdir -m 0755 /nix
|
||||
- chown vagrant /nix
|
||||
- chown -R vagrant /tmp
|
||||
output: ./simplex-chat.apk
|
||||
build:
|
||||
- export USER=vagrant
|
||||
- ./scripts/android/build-android.sh $$COMMIT$$
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '3.1'
|
||||
CurrentVersionCode: 48
|
||||
Loading…
Reference in a new issue