18 lines
513 B
Bash
18 lines
513 B
Bash
# Template file for 'RyzenAdj'
|
|
pkgname=RyzenAdj
|
|
version=0.11.1
|
|
revision=2
|
|
archs="x86_64*"
|
|
build_style=cmake
|
|
makedepends="pciutils-devel"
|
|
short_desc="Adjust power management settings for mobile Ryzen Processors"
|
|
maintainer="maciozo <maciozo@maciozo.com>"
|
|
license="LGPL-3.0-only"
|
|
homepage="https://github.com/FlyGoat/RyzenAdj"
|
|
distfiles="https://github.com/FlyGoat/RyzenAdj/archive/v${version}.tar.gz"
|
|
checksum=fc5491af3c6c8506f270499bdedd2af9439159b4f07f971acafacc9fee8a03c5
|
|
|
|
do_install() {
|
|
vbin build/ryzenadj
|
|
}
|