void-packages/srcpkgs/RyzenAdj/template
2019-03-09 21:41:45 -03:00

17 lines
510 B
Bash

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