Skip to content

Commit

Permalink
ryzenadj: Add at 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philmmanjaro committed Jan 17, 2025
1 parent f1848f3 commit 5b1675e
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
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

0 comments on commit 5b1675e

Please sign in to comment.