mirror of
https://github.com/YunoHost-Apps/nomad_ynh.git
synced 2024-09-03 19:55:53 +02:00
28 lines
734 B
Bash
28 lines
734 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
# dependencies used by the app
|
|
pkg_dependencies=""
|
|
extra_pkg_dependencies="nomad"
|
|
|
|
server_pkg_dependencies=""
|
|
|
|
client_pkg_dependencies=""
|
|
client_lxc_pkg_dependencies="pkg-config lxc-dev lxc lxc-templates"
|
|
|
|
go_version=1.15
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|