Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ryzenadj: Add at 0.16.0 #556

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added r/ryzenadj/manifest.x86_64.bin
Binary file not shown.
26 changes: 26 additions & 0 deletions r/ryzenadj/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/** Human readable report. This is not consumed by boulder */
{
"manifest-version": "0.2",
"packages": {
"ryzenadj": {
"build-depends": [
"pkgconfig(libpci)"
],
"depends": [
"interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))",
"soname(libc.so.6(x86_64))",
"soname(libpci.so.3(x86_64))"
],
"files": [
"/usr/bin/ryzenadj"
],
"name": "ryzenadj",
"provides": [
"binary(ryzenadj)"
]
}
},
"source-name": "ryzenadj",
"source-release": "1",
"source-version": "0.16.0"
}
24 changes: 24 additions & 0 deletions r/ryzenadj/stone.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#

Check failure on line 1 in r/ryzenadj/stone.yaml

View workflow job for this annotation

GitHub Actions / Checks

`monitoring.yaml` is missing
# SPDX-FileCopyrightText: © 2020-2024 Serpent OS Developers
#
# SPDX-License-Identifier: MPL-2.0
#
name : ryzenadj
version : 0.16.0
release : 1
homepage : https://github.com/FlyGoat/RyzenAdj
upstreams :
- https://github.com/FlyGoat/RyzenAdj/archive/refs/tags/v0.16.0.tar.gz : 7bef7dbde006afbe316091d8da8c8c551d5d7d43185d9e62281671959b7a3ca2
summary : Adjust power management settings for Ryzen APUs
description : |
Adjust power management settings for Ryzen Mobile Processors.
license : LGPL-3.0-only
builddeps :
- pkgconfig(libpci)
setup : |
%cmake
build : |
%cmake_build
install : |
%cmake_install

Loading