rust-lirc-client-sys 0.2.0

A rust FFI wrapper library
Documentation
1
2
3
4
5
6
7
8
9
10
# base pre-built cross image
FROM ghcr.io/cross-rs/x86_64-unknown-linux-gnu

ENV DEBIAN_FRONTEND noninteractive

# add our foreign architecture and install our dependencies
RUN apt-get update && apt-get install -y --no-install-recommends apt-utils
RUN apt-get update && apt-get -y install git xsltproc python3 tclsh 

RUN apt-get -y install liblircclient-dev libsqlite-dev lirc