mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-06-29 18:57:25 +00:00
45 lines
933 B
Plaintext
45 lines
933 B
Plaintext
Source: vuinputd
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Johannes Leupolz <dev@leupolz.eu>
|
|
Build-Depends: debhelper (>= 12),
|
|
dh-cargo (>= 24),
|
|
dh-sequence-bash-completion,
|
|
cargo:native,
|
|
rustc:native,
|
|
pkg-config,
|
|
libudev-dev,
|
|
libclang-dev,
|
|
libfuse3-dev,
|
|
libc6-dev,
|
|
librust-bindgen-dev,
|
|
librust-nix-dev,
|
|
librust-libc-dev,
|
|
librust-time-dev,
|
|
librust-log-dev,
|
|
librust-env-logger-dev,
|
|
librust-libudev-dev,
|
|
librust-regex-dev,
|
|
librust-async-channel-dev,
|
|
librust-futures-dev,
|
|
librust-async-io-dev,
|
|
librust-anyhow-dev,
|
|
librust-clap-dev,
|
|
librust-base64-dev,
|
|
librust-smallvec-dev,
|
|
librust-async-trait-dev,
|
|
pkg-config,
|
|
build-essential
|
|
Standards-Version: 4.6.0
|
|
Homepage: https://github.com/joleuger/vuinputd
|
|
Rules-Requires-Root: no
|
|
|
|
Package: vuinputd
|
|
Architecture: amd64
|
|
Depends:
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
systemd,
|
|
udev,
|
|
libfuse3-3
|
|
Description: Virtual input forwarder for Linux. |