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

29 lines
853 B
Bash
Raw Normal View History

2020-05-02 10:17:12 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2021-05-19 00:56:47 +02:00
YNH_PHP_VERSION="7.3"
2022-09-01 02:13:26 +02:00
php_dependencies="php$YNH_PHP_VERSION-gd php$YNH_PHP_VERSION-gmp php$YNH_PHP_VERSION-json php$YNH_PHP_VERSION-zip"
# dependencies used by the app (must be on a single line)
pkg_dependencies="$php_dependencies"
build_pkg_dependencies="g++ cmake libqt5webkit5-dev"
# qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
2020-05-02 10:17:12 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================