void-packages/srcpkgs/cpuid/template

16 lines
502 B
Bash

# Template file for 'cpuid'
pkgname=cpuid
version=20230406
revision=1
archs="i686* x86_64*"
build_style=gnu-makefile
hostmakedepends="perl"
short_desc="Linux tool to dump x86 CPUID information about the CPU(s)"
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://www.etallen.com/cpuid.html"
distfiles="https://www.etallen.com/cpuid/cpuid-${version}.src.tar.gz"
checksum=f4045de535f30e34e8c012b054ce66f40ac399144d6e3c3896bd80c0deeef1b0
conflicts="msr-tools"