sispmctl: update to 4.12

Command-line tool for controlling GEMBIRD SiS-PM USB-controlled power strips.

Changelog: https://sourceforge.net/p/sispmctl/news/

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2026-04-22 12:17:01 +03:00
committed by Alexandru Ardelean
parent 2bedf95509
commit fc3999288a
2 changed files with 13 additions and 2 deletions
+2 -2
View File
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sispmctl
PKG_VERSION:=4.8
PKG_VERSION:=4.12
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_HASH:=0f8391f7e95cbf1fb96a68686a1dcf1e16747b050ae1b8ff90653c99976068db
PKG_HASH:=e757863a4838da6e1ca72a57adc5aca6fc47ffbddc72a69052d8abd743d57082
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=GPL-2.0-or-later
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
case "$1" in
sispmctl)
# Help output works without a USB device connected
sispmctl -? 2>&1 | grep -qiF "sispmctl"
;;
libsispmctl)
ls /usr/lib/libsispmctl.so.* > /dev/null
;;
esac