mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-14 12:24:33 +08:00
21 lines
440 B
Makefile
21 lines
440 B
Makefile
#
|
|
# Copyright (C) 2026 eamonxg <eamonxiong@gmail.com>
|
|
# Licensed under the Apache License, Version 2.0.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=A modern sidebar LuCI theme for OpenWrt, built with shadcn/ui design language.
|
|
LUCI_DEPENDS:=+luci-base
|
|
|
|
PKG_VERSION:=0.5.3
|
|
PKG_RELEASE:=2
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
LUCI_MINIFY_CSS:=
|
|
CONFIG_LUCI_CSSTIDY:=
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|