Files
ports/sysutils/framework-tool-tui/Makefile
T
Lars Engels 4877b74d81 sysutils/framework-tool-tui: Update to 0.8.4
Reported by:	portscout
2026-07-11 13:39:58 +02:00

22 lines
420 B
Makefile

PORTNAME= framework-tool-tui
DISTVERSIONPREFIX=v
DISTVERSION= 0.8.4
CATEGORIES= sysutils
MAINTAINER= lme@FreeBSD.org
COMMENT= TUI for Framework Computer System Utility
WWW= https://github.com/grouzen/framework-tool-tui
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libhidapi.so:comms/hidapi
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= grouzen
PLIST_FILES= bin/framework-tool-tui
.include <bsd.port.mk>