mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
DTUI is a small TUI for introspecting the state of the system/session D-Bus. It shows current services and lets you introspect objects and their interfaces. This package is built with Rust/Cargo. Upstream: https://github.com/Troels51/dtui License: MIT Signed-off-by: Christopher Obbard <obbardc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
328 B
Makefile
13 lines
328 B
Makefile
################################################################################
|
|
#
|
|
# dtui
|
|
#
|
|
################################################################################
|
|
|
|
DTUI_VERSION = 3.0.0
|
|
DTUI_SITE = $(call github,Troels51,dtui,v$(DTUI_VERSION))
|
|
|
|
DTUI_LICENSE = MIT
|
|
DTUI_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cargo-package))
|