vp-build/srcpkgs/RyzenAdj/template

18 lines
512 B
Bash

# Template file for 'RyzenAdj'
pkgname=RyzenAdj
version=0.8.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=fc4f60700afb781aca510e7522befb9db8d717d059781a3f7fcf9c16dec00987
do_install() {
vbin build/ryzenadj
}