2019-10-15 15:56:27 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
#=================================================
|
|
|
|
# COMMON VARIABLES
|
|
|
|
#=================================================
|
|
|
|
|
|
|
|
# dependencies used by the app
|
|
|
|
pkg_dependencies_x86="libavahi-client3 libavahi-common3 libc6 libdbus-1-3 libssl1.1 libstdc++6 liburiparser1 zlib1g dvb-apps bzip2"
|
|
|
|
pkg_dependencies_rb="libavahi-client3 libavahi-common3 libc6 libdbus-1-3 libssl1.1 liburiparser1 zlib1g dvb-apps bzip2"
|
|
|
|
|
|
|
|
# deb package URLs
|
2019-11-12 10:32:51 +01:00
|
|
|
tvheadend_deb_x86_64="https://github.com/YunoHost-Apps/tvheadend_ynh/raw/debs/4.2.8-35/tvheadend_4.2.8-35%7Egcfa450ed1%7Estretch_amd64.deb"
|
|
|
|
tvheadend_deb_x86_32="https://github.com/YunoHost-Apps/tvheadend_ynh/raw/debs/4.2.8-35/tvheadend_4.2.8-35%7Egcfa450ed1%7Estretch_i386.deb"
|
|
|
|
tvheadend_deb_arm="https://github.com/YunoHost-Apps/tvheadend_ynh/raw/debs/4.2.8-35/tvheadend_4.2.8-35%7Egcfa450ed1%7Eraspbianstretch_armhf.deb"
|