Skip to content

Commit

Permalink
Merge pull request #501 from philmmanjaro/evtest
Browse files Browse the repository at this point in the history
evtest: Add at 1.35
  • Loading branch information
ikeycode authored Jan 17, 2025
2 parents fa483c3 + 5cdbfd0 commit 1342678
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 0 deletions.
Binary file added e/evtest/manifest.x86_64.bin
Binary file not shown.
22 changes: 22 additions & 0 deletions e/evtest/manifest.x86_64.jsonc
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"
}
5 changes: 5 additions & 0 deletions e/evtest/monitoring.yaml
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
22 changes: 22 additions & 0 deletions e/evtest/stone.yaml
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

0 comments on commit 1342678

Please sign in to comment.