17 lines
512 B
Bash
17 lines
512 B
Bash
# Template file for 'RyzenAdj'
|
|
pkgname=RyzenAdj
|
|
version=0.5.2
|
|
revision=1
|
|
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=b78558e7af71e798d3a3f1a1c526be4e51eeb515dc2c563cbd8dd34805a528cf
|
|
|
|
do_install() {
|
|
vbin build/ryzenadj
|
|
}
|