Add cpuid-tycho

This commit is contained in:
c0dev0id
2022-12-19 01:56:07 +01:00
parent ab1dac7ff6
commit 30a0150d81
7 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# $OpenBSD$
ONLY_FOR_ARCHS= i386 amd64
COMMENT= dump and decode x86 CPUID information
GH_ACCOUNT= tycho
GH_PROJECT= cpuid
GH_TAGNAME= 1.8.2
PKGNAME= cpuid-tycho-${GH_TAGNAME}
CATEGORIES= sysutils
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# ISC
PERMIT_PACKAGE= Yes
WANTLIB += c m pthread
MODULES= devel/meson
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/cpuid ${PREFIX}/bin/cpuid-tycho
.include <bsd.port.mk>