op-packages/luci-app-uptimekuma/Makefile
github-actions[bot] 018760a43f 🎁 Sync 2026-03-21 01:00:03
2026-03-21 01:00:03 +08:00

25 lines
487 B
Makefile

include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.1-20251011
PKG_RELEASE:=3
LUCI_TITLE:=LuCI support for UptimeKuma
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+lsblk +zoneinfo-asia +docker +dockerd +luci-lib-taskd +luci-lib-docker
define Package/luci-app-uptimekuma/conffiles
/etc/config/uptimekuma
endef
define Package/luci-app-uptimekuma/prerm
#!/bin/sh
/usr/libexec/istorec/uptimekuma.sh stop
exit 0
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature