buildroot/package/dtui/dtui.mk
Christopher Obbard 8c73968354 package/dtui: new package
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>
2026-05-30 15:19:17 +02:00

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))