1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/h5ai_ynh.git synced 2024-09-03 20:36:25 +02:00
h5ai_ynh/scripts/_common.sh
Éric Gaspar c4d68672a4 v2
2023-02-17 22:34:43 +01:00

26 lines
783 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# PHP APP SPECIFIC
#=================================================
YNH_PHP_VERSION=7.4
#REMOVEME? php_dependencies="php$YNH_PHP_VERSION-fpm"
# dependencies used by the app (must be on a single line)
#REMOVEME? pkg_dependencies="ffmpeg imagemagick $php_dependencies"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================