luci/applications/luci-app-adblock-fast/Makefile
Stan Grishin c90c34e712 luci-app-adblock-fast: bugfix: dnsmasq_instance & smartdns_instance parsing
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-02-14 04:45:17 +00:00

17 lines
499 B
Makefile

# Copyright 2023 MOSSDeF, Stan Grishin (stangri@melmac.ca)
# This is free software, licensed under the GNU General Public License v3.
include $(TOPDIR)/rules.mk
PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
PKG_VERSION:=1.1.1-5
LUCI_TITLE:=AdBlock-Fast Web UI
LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service.
LUCI_DEPENDS:=+luci-base +adblock-fast +jsonfilter
LUCI_PKGARCH:=all
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature