mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
660cb690eb
* libolm-dev bullseye * remove extra_dep before upgrade * do not specify signald version * Add support for end-to-bridge encryption (#37) * avoid dev headers * Upgrade mautrix-signal to v0.3.0 (#47) * set user in signald group * request yunohost 11 Co-authored-by: nathanael-h <7300309+nathanael-h@users.noreply.github.com> Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
20 lines
678 B
Bash
20 lines
678 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
# dependencies used by the app
|
|
pkg_dependencies="postgresql python3 python3-dev build-essential libolm-dev"
|
|
extra_dependencies="libunixsocket-java signald signaldctl"
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|