1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
invidious_ynh/scripts/_common.sh
Éric Gaspar 2fd06d45ea
Testing (#47)
* From git commit (#46)
2021-07-29 23:38:52 +02:00

22 lines
788 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
version_commit=5c76cdaad9da2330311e78fc4e451c40e88a9598
# dependencies used by the app
pkg_dependencies="apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================