diff options
Diffstat (limited to 'sensors.pkg')
-rw-r--r-- | sensors.pkg/control | 9 | ||||
-rw-r--r-- | sensors.pkg/files | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sensors.pkg/control b/sensors.pkg/control new file mode 100644 index 0000000..1246406 --- /dev/null +++ b/sensors.pkg/control @@ -0,0 +1,9 @@ +Architecture: any-linux-any +Platform: all +Section: util +Depends: libsensors.5 (= ${Binary-Version}), ${Shlib-Depends} +Description: Linux hardware monitoring utility + ${Common-Description} + . + This package provides the sensors utility, which is used to show the current + readings of all sensor chips. diff --git a/sensors.pkg/files b/sensors.pkg/files new file mode 100644 index 0000000..3798a20 --- /dev/null +++ b/sensors.pkg/files @@ -0,0 +1 @@ +/usr/bin/sensors |