mirror of
https://github.com/openwrt/luci.git
synced 2025-08-15 15:53:03 +00:00
See https://github.com/openwrt/packages/pull/26855 for more information. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
18 lines
348 B
Makefile
18 lines
348 B
Makefile
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (C) 2023 ImmortalWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
LUCI_TITLE:=LuCI app for OpenList
|
|
LUCI_DEPENDS:=+openlist
|
|
|
|
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
|
PKG_PROVIDES:=luci-app-alist
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|