From 81fc75739c13881ba339d02017ec3a5d2a32948d Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Mon, 28 Aug 2023 21:30:42 +0000 Subject: luci-app-adblock-fast: initial commit * Depends on https://github.com/openwrt/packages/pull/21943 Signed-off-by: Stan Grishin --- applications/luci-app-adblock-fast/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 applications/luci-app-adblock-fast/Makefile (limited to 'applications/luci-app-adblock-fast/Makefile') diff --git a/applications/luci-app-adblock-fast/Makefile b/applications/luci-app-adblock-fast/Makefile new file mode 100644 index 0000000000..7dcb82ba73 --- /dev/null +++ b/applications/luci-app-adblock-fast/Makefile @@ -0,0 +1,17 @@ +# 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 +PKG_VERSION:=1.0.0-1 + +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 -- cgit v1.2.3