small-package/luci-app-dnsproxy/Makefile

20 lines
473 B
Makefile
Raw Normal View History

2024-12-19 12:24:43 +08:00
# SPDX-License-Identifier: Apache-2.0
2024-04-11 01:40:17 +08:00
#
2025-01-18 00:23:28 +08:00
# Copyright (C) 2023-2025 muink <https://github.com/muink>
2024-04-11 01:40:17 +08:00
include $(TOPDIR)/rules.mk
LUCI_NAME:=luci-app-dnsproxy
LUCI_TITLE:=LuCI Support for dnsproxy
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+dnsproxy
LUCI_DESCRIPTION:=Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support
PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Anya Lin <hukk1996@gmail.com>
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature