kopia lustrzana
https://git.openwrt.org/project/luci.git
zsynchronizowano 2025-01-18 23:45:02 +00:00
d5f80ac6e8
Signed-off-by: Hector Fernandez <hector.fernandez.carmona@gmail.com>
27 wiersze
724 B
Makefile
27 wiersze
724 B
Makefile
# Copyright 2017-2024 MOSSDeF, Stan Grishin (stangri@melmac.ca).
|
|
# This is free software, licensed under AGPL-3.0-or-later.
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-https-dns-proxy
|
|
PKG_LICENSE:=AGPL-3.0-or-later
|
|
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
|
|
PKG_VERSION:=2023.12.26
|
|
PKG_RELEASE:=1
|
|
|
|
LUCI_TITLE:=DNS Over HTTPS Proxy Web UI
|
|
LUCI_URL:=https://github.com/stangri/luci-app-https-dns-proxy/
|
|
LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy
|
|
LUCI_DEPENDS:=+luci-base +https-dns-proxy
|
|
|
|
define Package/$(PKG_NAME)/config
|
|
# shown in make menuconfig <Help>
|
|
help
|
|
$(LUCI_TITLE)
|
|
.
|
|
Version: $(PKG_VERSION)-$(PKG_RELEASE)
|
|
endef
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|