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

24 lines
626 B
Bash
Raw Normal View History

2019-03-13 14:15:09 +01:00
#!/bin/bash
2022-03-27 04:08:34 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
2019-03-13 14:15:09 +01:00
2022-03-27 04:08:34 +02:00
# dependencies used by the app
pkg_dependencies="postgresql"
build_pkg_dependencies="libpq-dev"
2019-03-13 14:15:09 +01:00
2022-03-27 04:08:34 +02:00
ruby_version=2.6
2019-03-13 14:15:09 +01:00
2022-03-27 04:08:34 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
2019-03-13 14:15:09 +01:00
2022-03-27 04:08:34 +02:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2019-03-13 14:15:09 +01:00
2022-03-27 04:08:34 +02:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================