mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
21 lines
494 B
Makefile
21 lines
494 B
Makefile
#
|
|
# Copyright (C) 2026 gSpot (https://github.com/gSpotx2f/luci-app-temp-status)
|
|
#
|
|
# This is free software, licensed under the MIT License.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-temp-status
|
|
PKG_VERSION:=0.8.1
|
|
PKG_RELEASE:=2
|
|
LUCI_TITLE:=Temperature sensors data for the LuCI status page
|
|
LUCI_DEPENDS:=+ucode +ucode-mod-fs
|
|
LUCI_PKGARCH:=all
|
|
PKG_LICENSE:=MIT
|
|
|
|
#include $(TOPDIR)/feeds/luci/luci.mk
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|