9978e00086
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template' | xargs -r sed -i '/^patch_args=/d'
17 lines
512 B
Bash
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
|
|
}
|