New package: RyzenAdj-0.2

This commit is contained in:
maciozo 2019-03-09 00:01:33 +00:00 committed by maxice8
parent c31158555e
commit 3597b8dd98

17
srcpkgs/RyzenAdj/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'RyzenAdj'
pkgname=RyzenAdj
version=0.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=9519e63be68301485c92b79489faabb1ecd296051a179648c01b38b3c7d923ac
do_install() {
vbin build/ryzenadj
}