This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Mirakurun/mirakc channel yaml output by uru (https://twitter.com/uru_2) | |
# | |
# require: | |
# stz2012/epgdump | |
# xmllint (libxml2 tools) | |
# ISDB-T/S record software | |
# recpt1, dvbv5-zap & Chinachu/dvbconf-for-isdb | |
set -eu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alpine:3.11 | |
ARG recdvb_version=1.3.2 | |
RUN set -eux \ | |
\ | |
# install packages | |
&& apk update -U \ | |
&& apk add --no-cache curl libstdc++ socat tini tzdata v4l-utils-dvbv5 \ | |
autoconf automake cargo cmake coreutils g++ gcc git libtool linux-headers make ninja pkgconfig \ |