luci-app-https-dns-proxy: decrease reliance on shell commands; proper acl.d file...
[oweals/luci.git] / applications / luci-app-https-dns-proxy / Makefile
1 # Copyright 2017-2018 Stan Grishin (stangri@melmac.net)
2 # This is free software, licensed under the GNU General Public License v3.
3
4 include $(TOPDIR)/rules.mk
5
6 PKG_LICENSE:=GPL-3.0-or-later
7 PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
8
9 LUCI_TITLE:=DNS Over HTTPS Proxy Web UI
10 LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy
11 LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https-dns-proxy
12 LUCI_PKGARCH:=all
13 PKG_RELEASE:=8
14
15 include ../../luci.mk
16
17 # call BuildPackage - OpenWrt buildroot signature