summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-cloudflared/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-cloudflared/Makefile')
-rw-r--r--applications/luci-app-cloudflared/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/applications/luci-app-cloudflared/Makefile b/applications/luci-app-cloudflared/Makefile
new file mode 100644
index 0000000000..9353561d40
--- /dev/null
+++ b/applications/luci-app-cloudflared/Makefile
@@ -0,0 +1,17 @@
+# This is free software, licensed under the Apache License, Version 2.0
+#
+# Copyright (C) 2024 Hilman Maulana <hilman0.0maulana@gmail.com>
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=LuCI for Cloudflared
+LUCI_DEPENDS:=+cloudflared
+LUCI_DESCRIPTION:=LuCI support for Cloudflare Zero Trust Tunnels
+
+PKG_MAINTAINER:=Hilman Maulana <hilman0.0maulana@gmail.com>, Sergey Ponomarev <stokito@gmail.com>
+PKG_VERSION:=1.2
+PKG_LICENSE:=Apache-2.0
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature