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

23 lines
672 B
Bash
Raw Normal View History

2022-04-14 14:04:52 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2023-06-28 19:50:39 +02:00
#REMOVEME? YNH_PHP_VERSION="7.4"
2022-04-14 14:04:52 +02:00
# dependencies used by the app
2023-06-28 19:50:39 +02:00
#REMOVEME? pkg_dependencies="php${YNH_PHP_VERSION}-fpm librsvg2-bin pdftk imagemagick potrace"
2022-04-14 14:04:52 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================