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-11-12 09:04:11 +01:00

23 lines
832 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# commit hashes
# 2022.06
version_commit="ca3dcdad04a69b91f67c0e7567d391a48d944bf9"
addons_version_commit="e0ad3e0fc778ce202021fb5e2dd3cc2a94496b8c"
# dependencies used by the app
YNH_PHP_VERSION="7.4"
pkg_dependencies="php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd"
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================