mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: RyzenAdj-0.2
This commit is contained in:
parent
c31158555e
commit
3597b8dd98
1 changed files with 17 additions and 0 deletions
17
srcpkgs/RyzenAdj/template
Normal file
17
srcpkgs/RyzenAdj/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue