openbsd-ports/sysutils/lscpu/Makefile
2022-03-11 19:57:10 +00:00

18 lines
272 B
Makefile

COMMENT = gather and display CPU architecture information
CATEGORIES = sysutils
GH_ACCOUNT = NanXiao
GH_PROJECT = lscpu
GH_TAGNAME = 1.2.0
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
WANTLIB += c
NO_TEST = Yes
.include <bsd.port.mk>