void-packages/srcpkgs/cpuid/template
2020-05-02 16:23:53 +02:00

17 lines
545 B
Bash

# Template file for 'cpuid'
pkgname=cpuid
version=20200427
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=c1a9463f1f2175086120e9079e318bbd383dc1e574fafb2f724879f1d11061d4
post_extract() {
sed -i 's|BUILDROOT=|BUILDROOT=${DESTDIR}|' Makefile
}