2023-04-18 15:54:35 +08:00
|
|
|
#
|
2024-03-09 22:48:46 +08:00
|
|
|
# Copyright (C) 2019-2024 The Sirpdboy Team <herboy2008@gmail.com>
|
2023-04-18 15:54:35 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
THEME_NAME:=kucat
|
|
|
|
THEME_TITLE:=Kucat Theme
|
|
|
|
|
|
|
|
PKG_NAME:=luci-theme-$(THEME_NAME)
|
2023-12-14 16:27:14 +08:00
|
|
|
LUCI_TITLE:=Kucat Theme by sirpdboy
|
2023-12-24 18:47:19 +08:00
|
|
|
LUCI_DEPENDS:=
|
2024-03-09 22:48:46 +08:00
|
|
|
PKG_VERSION:=1.5.6
|
|
|
|
PKG_RELEASE:=20240305
|
2023-04-18 15:54:35 +08:00
|
|
|
|
|
|
|
define Package/luci-theme-$(THEME_NAME)/postinst
|
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
rm -Rf /var/luci-modulecache
|
|
|
|
rm -Rf /var/luci-indexcache
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
endef
|
2023-12-14 16:27:14 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
2023-04-18 15:54:35 +08:00
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|