17 lines
545 B
Bash
17 lines
545 B
Bash
# Template file for 'cpuid'
|
|
pkgname=cpuid
|
|
version=20200211
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.etallen.com/cpuid.html"
|
|
distfiles="http://www.etallen.com/cpuid/cpuid-${version}.src.tar.gz"
|
|
checksum=a570ca23ce5543fb6974abcbbde0261ea7dbfea40f4e7335b4870274315e521b
|
|
|
|
post_extract() {
|
|
sed -i 's|BUILDROOT=|BUILDROOT=${DESTDIR}|' Makefile
|
|
}
|