void-packages/srcpkgs/RyzenAdj/template
Đoàn Trần Công Danh 9978e00086 srcpkgs: remove patch_args=-Np1 en-mass
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template'  |
	xargs -r sed -i '/^patch_args=/d'
2021-06-20 13:17:29 +07:00

17 lines
512 B
Bash

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