void-packages/srcpkgs/RyzenAdj/template

18 lines
512 B
Bash
Raw Normal View History

2019-03-09 01:01:33 +01:00
# Template file for 'RyzenAdj'
pkgname=RyzenAdj
2019-06-14 21:03:13 +02:00
version=0.5.2
2019-03-09 01:01:33 +01:00
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"
2019-06-14 21:03:13 +02:00
checksum=b78558e7af71e798d3a3f1a1c526be4e51eeb515dc2c563cbd8dd34805a528cf
2019-03-09 01:01:33 +01:00
do_install() {
vbin build/ryzenadj
}