1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00
friendica_ynh/scripts/_common.sh
2022-02-21 11:50:02 -06:00

23 lines
838 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# commit hashes
# 2021.09
version_commit="72c4ed95f16e82239924099254a3d8fc9638cd07"
addons_version_commit="dd6bf79e194ed5bdf0a40ee3c5ad76cceb24d31d"
# dependencies used by the app
YNH_PHP_VERSION="7.3"
extra_php_dependencies="php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-gd"
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================