New package: msr-tools-1.3
This commit is contained in:
parent
0f7556ab5b
commit
1a910fe316
1 changed files with 20 additions and 0 deletions
20
srcpkgs/msr-tools/template
Normal file
20
srcpkgs/msr-tools/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue