Homebrew tap for COVESA DLT daemon.
brew tap alexmohr/dlt
brew install dlt-daemonBuilds the COVESA DLT daemon from the commit that includes macOS build support (PR #819).
Installs:
bin/dlt-daemon— the daemon binarylib/libdlt.dylib— user libraryinclude/dlt/— public headerslib/cmake/automotive-dlt/— CMake config forfind_packagelib/pkgconfig/automotive-dlt.pc— pkg-config file
Once PR #819 is merged into a release tag, update Formula/dlt-daemon.rb:
- Replace
url ... using: :git, revision:with a tarball URL:https://github.com/COVESA/dlt-daemon/archive/refs/tags/vX.Y.Z.tar.gz - Add
sha256 "<checksum>" - Update
version