summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-alist/Makefile
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2023-12-26 10:49:28 +0800
committerPaul Donald <itsascambutmailmeanyway@gmail.com>2023-12-30 02:45:13 +0000
commitf0c6defa1eeea6d3e9614fd4974d6df2aef6646f (patch)
tree7f01d50fe4ad0a40d1d7cc7d35762428b1d4bafb /applications/luci-app-alist/Makefile
parentd5db17361a556f9c7eda8fa1a0b0c59d57034633 (diff)
luci-app-alist: add new package
Add LuCI interface for the AList package. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'applications/luci-app-alist/Makefile')
-rw-r--r--applications/luci-app-alist/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/applications/luci-app-alist/Makefile b/applications/luci-app-alist/Makefile
new file mode 100644
index 0000000000..3c660830fa
--- /dev/null
+++ b/applications/luci-app-alist/Makefile
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: Apache-2.0
+#
+# Copyright (C) 2023 ImmortalWrt.org
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=LuCI app for AList
+LUCI_DEPENDS:=+alist
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature