2021-01-04 12:14:25 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
#=================================================
|
|
|
|
# COMMON VARIABLES
|
|
|
|
#=================================================
|
|
|
|
|
2022-09-04 22:28:27 +02:00
|
|
|
# dependencies used by the app (must be on a single line)
|
2022-08-14 19:56:08 +02:00
|
|
|
pkg_dependencies="postgresql python3 python3-dev build-essential libolm-dev"
|
2022-01-25 09:49:10 +01:00
|
|
|
extra_dependencies="libunixsocket-java signald signaldctl"
|
2022-09-04 22:28:27 +02:00
|
|
|
|
2021-01-04 12:14:25 +01:00
|
|
|
#=================================================
|
|
|
|
# PERSONAL HELPERS
|
|
|
|
#=================================================
|
|
|
|
|
|
|
|
#=================================================
|
|
|
|
# EXPERIMENTAL HELPERS
|
|
|
|
#=================================================
|
|
|
|
|
|
|
|
#=================================================
|
|
|
|
# FUTURE OFFICIAL HELPERS
|
|
|
|
#=================================================
|