void-packages/srcpkgs/cpuid/template

16 lines
502 B
Bash

# Template file for 'cpuid'
pkgname=cpuid
version=20240409
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=5812909464e9ed13f58da2b2b8d158129e833e6696edd47012b6b361c8ccbd5d
conflicts="msr-tools"