rust_webhook_ynh/scripts/_common.sh

19 lines
609 B
Bash
Raw Permalink Normal View History

2022-11-19 14:37:56 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app (must be on a single line)
2022-11-19 17:51:03 +01:00
pkg_dependencies="pkg-config libssl-dev"
2022-11-19 14:37:56 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================