1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: cpu-x
Section: x11
Priority: optional
Maintainer: Martin Wimpress <code@wimpress.io>
Uploaders:
Mike Gabriel <sunweaver@debian.org>,
Build-Depends: debhelper-compat (= 13),
cmake (>= 3.12),
gawk,
gettext,
libcpuid-dev (>= 0.7.1) [amd64 i386 x32],
libgtkmm-3.0-dev (>= 3.12),
libcurl4-gnutls-dev,
libegl-dev (>= 1.5),
libjson-c-dev,
libncurses-dev,
libpci-dev (>= 3.13),
libproc2-dev,
libstatgrab-dev,
libvulkan-dev,
opencl-headers,
nasm,
pkgconf,
procps,
Standards-Version: 4.7.2
Homepage: https://github.com/X0rg/CPU-X
Vcs-Git: https://salsa.debian.org/debian/cpu-x.git
Vcs-Browser: https://salsa.debian.org/debian/cpu-x
Rules-Requires-Root: no
Package: cpu-x
Architecture: amd64 i386 arm64 armel armhf x32
Depends: ${shlibs:Depends},
${misc:Depends},
procps,
Description: Tool that gathers information on CPU, motherboard and more
CPU-X is similar to CPU-Z (for MS Windows). It can be used in graphical
mode by using GTK or in text-based mode by using NCurses. A dump mode is
present from the command line.
|