1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git synced 2024-09-03 20:06:36 +02:00
prettynoemiecms_ynh/scripts/_common.sh

25 lines
724 B
Bash
Raw Normal View History

2018-04-23 22:40:01 +02:00
#!/bin/bash
2019-06-01 19:22:51 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
2021-05-01 08:45:30 +02:00
YNH_PHP_VERSION="7.3"
2019-06-01 19:22:51 +02:00
# dependencies used by the app
2021-05-01 12:12:35 +02:00
extra_php_dependencies="php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-common php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-json"
pkg_dependencies="git"
2019-06-01 19:22:51 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
2018-04-27 10:30:15 +02:00
2019-06-01 19:22:51 +02:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2018-04-27 10:30:15 +02:00
2019-06-01 19:22:51 +02:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================