18 lines
513 B
Bash
18 lines
513 B
Bash
# Template file for 'RyzenAdj'
|
|
pkgname=RyzenAdj
|
|
version=0.15.0
|
|
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=5ad53e311ad7e2cc6ddf03787dbba7d7aec64d564b8135cb7d8a1c8bd93779ef
|
|
|
|
do_install() {
|
|
vbin build/ryzenadj
|
|
}
|