1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00
moncycle_ynh/scripts/_common.sh

25 lines
746 B
Bash
Raw Normal View History

2023-01-17 17:45:54 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# PHP APP SPECIFIC
#=================================================
2023-01-20 17:10:30 +01:00
2023-01-19 20:02:20 +01:00
YNH_PHP_VERSION=8.0
2023-01-17 17:45:54 +01:00
# dependencies used by the app (must be on a single line)
2023-01-19 20:02:20 +01:00
pkg_dependencies="libfreetype6-dev libjpeg62-turbo-dev libpng-dev $php_dependencies"
2023-01-17 17:45:54 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================