21 lines
582 B
Bash
21 lines
582 B
Bash
# Template file for 'msr-tools'
|
|
pkgname=msr-tools
|
|
version=1.3
|
|
revision=1
|
|
wrksrc="${pkgname}-master"
|
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
build_style=gnu-makefile
|
|
hostmakedepends="unzip"
|
|
short_desc="Model-Specific Register (MSR) Tools"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="https://01.org/msr-tools"
|
|
distfiles="https://01.org/sites/default/files/downloads/${pkgname}/${pkgname}-${version}.zip"
|
|
checksum=f9457b5340f5f274da4239a461f0db6b514142b40461559d9c6150f05aab1d1e
|
|
|
|
do_install() {
|
|
vbin wrmsr
|
|
vbin rdmsr
|
|
vbin cpuid
|
|
}
|