mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
29 lines
671 B
Makefile
29 lines
671 B
Makefile
# SPDX-License-Identifier: GPL-3.0-only
|
|
#
|
|
# Copyright (C) 2021-2026 sirpdboy <herboy2008@gmail.com>
|
|
# https://github.com/sirpdboy/luci-app-kucat-config
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
NAME:=kucat-config
|
|
PKG_NAME:=luci-app-$(NAME)
|
|
PKG_VERSION:=2.2.1
|
|
PKG_RELEASE:=2
|
|
|
|
PKG_MAINTAINER:=sirpdboy team <herboy2008@gmail.com>
|
|
|
|
LUCI_TITLE:=LuCI support for Kucat theme setting by sirpdboy
|
|
LUCI_DEPENDS:=+curl
|
|
LUCI_PKGARCH:=all
|
|
|
|
define Build/Compile
|
|
endef
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/config/kucat
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|