devel/cpu_features: new port, cpu_features 0.8.0

This commit is contained in:
c0dev0id
2026-07-08 11:07:09 +02:00
parent d059121223
commit bdaeed24db
6 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
COMMENT = cross platform C99 library to get cpu features at runtime.
GH_ACCOUNT = google
GH_PROJECT = cpu_features
GH_TAGNAME = v0.8.0
CATEGORIES = devel
SHARED_LIBS = cpu_features 0.0
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
# LICENSE
PERMIT_PACKAGE = Yes
MODULES = devel/cmake
WANTLIB = c
CONFIGURE_ARGS = -DBUILD_TESTING=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=ON
.include <bsd.port.mk>