-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #501 from philmmanjaro/evtest
evtest: Add at 1.35
- Loading branch information
Showing
4 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/** Human readable report. This is not consumed by boulder */ | ||
{ | ||
"manifest-version": "0.2", | ||
"packages": { | ||
"evtest": { | ||
"depends": [ | ||
"interpreter(/usr/lib/ld-linux-x86-64.so.2(x86_64))", | ||
"soname(libc.so.6(x86_64))" | ||
], | ||
"files": [ | ||
"/usr/bin/evtest" | ||
], | ||
"name": "evtest", | ||
"provides": [ | ||
"binary(evtest)" | ||
] | ||
} | ||
}, | ||
"source-name": "evtest", | ||
"source-release": "1", | ||
"source-version": "1.35" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
releases: | ||
id: 21347 | ||
rss: ~ | ||
security: | ||
cpe: ~ # Last checked 2025-01-17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# | ||
# SPDX-FileCopyrightText: © 2020-2024 Serpent OS Developers | ||
# | ||
# SPDX-License-Identifier: MPL-2.0 | ||
# | ||
name : evtest | ||
version : 1.35 | ||
release : 1 | ||
homepage : https://gitlab.freedesktop.org/libevdev/evtest | ||
upstreams : | ||
- https://gitlab.freedesktop.org/libevdev/evtest/-/archive/evtest-1.35/evtest-evtest-1.35.tar.gz : 06dfe6b9760b78f3f73aca2120cbcb79339b33e59d5c79a49b4bd5d34844b054 | ||
summary : Kernel evdev device information and monitor | ||
description : | | ||
evtest is a tool to print evdev kernel events. It reads directly from the kernel device and prints a | ||
device description and the events with the value and the symbolic name. | ||
license : GPL-2.0-or-later | ||
setup : | | ||
%autogen | ||
build : | | ||
%make | ||
install : | | ||
%make_install |