15 lines
638 B
Bash
15 lines
638 B
Bash
# Template file for 'pstate-frequency'
|
|
pkgname=pstate-frequency
|
|
version=3.10.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="INCLUDE_ZSH_COMPLETION=1 INCLUDE_SYSTEMD_UNIT=0 INCLUDE_LICENSE=0"
|
|
short_desc="Easily control Intel p-state driver on Linux"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://pyamsoft.github.io/pstate-frequency/"
|
|
distfiles="https://github.com/pyamsoft/pstate-frequency/archive/${version}.tar.gz"
|
|
checksum=96efcf4abe841286dc6fbb697757c49ee1d6c47240cfc91a6fd59218870963c9
|
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
conf_files="/etc/pstate-frequency.d/*.plan"
|