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

22 lines
799 B
Bash
Raw Normal View History

2020-11-09 22:28:22 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2023-02-07 22:57:54 +01:00
version_commit=d6dd341594cc837001ed57cbea3103d22c9988c1
2020-11-09 22:28:22 +01:00
# dependencies used by the app
2021-10-02 16:23:12 +02:00
pkg_dependencies="apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev"
2020-11-09 22:28:22 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================