Skip to content

Commit 5b1675e

Browse files
committed
ryzenadj: Add at 0.16.0
1 parent f1848f3 commit 5b1675e

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

r/ryzenadj/manifest.x86_64.bin

321 Bytes
Binary file not shown.

r/ryzenadj/manifest.x86_64.jsonc

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/** Human readable report. This is not consumed by boulder */
2+
{
3+
"manifest-version": "0.2",
4+
"packages": {
5+
"ryzenadj": {
6+
"build-depends": [
7+
"pkgconfig(libpci)"
8+
],
9+
"depends": [
10+
"interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))",
11+
"soname(libc.so.6(x86_64))",
12+
"soname(libpci.so.3(x86_64))"
13+
],
14+
"files": [
15+
"/usr/bin/ryzenadj"
16+
],
17+
"name": "ryzenadj",
18+
"provides": [
19+
"binary(ryzenadj)"
20+
]
21+
}
22+
},
23+
"source-name": "ryzenadj",
24+
"source-release": "1",
25+
"source-version": "0.16.0"
26+
}

r/ryzenadj/stone.yaml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#
2+
# SPDX-FileCopyrightText: © 2020-2024 Serpent OS Developers
3+
#
4+
# SPDX-License-Identifier: MPL-2.0
5+
#
6+
name : ryzenadj
7+
version : 0.16.0
8+
release : 1
9+
homepage : https://github.com/FlyGoat/RyzenAdj
10+
upstreams :
11+
- https://github.com/FlyGoat/RyzenAdj/archive/refs/tags/v0.16.0.tar.gz : 7bef7dbde006afbe316091d8da8c8c551d5d7d43185d9e62281671959b7a3ca2
12+
summary : Adjust power management settings for Ryzen APUs
13+
description : |
14+
Adjust power management settings for Ryzen Mobile Processors.
15+
license : LGPL-3.0-only
16+
builddeps :
17+
- pkgconfig(libpci)
18+
setup : |
19+
%cmake
20+
build : |
21+
%cmake_build
22+
install : |
23+
%cmake_install
24+

0 commit comments

Comments
 (0)