mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
* version bump to match principal package Signed-off-by: Stan Grishin <stangri@melmac.ca>
28 lines
710 B
Makefile
28 lines
710 B
Makefile
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
# Copyright 2023-2026 MOSSDeF, Stan Grishin (stangri@melmac.ca).
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-adblock-fast
|
|
PKG_LICENSE:=AGPL-3.0-or-later
|
|
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
|
|
PKG_VERSION:=1.2.2
|
|
PKG_RELEASE:=16
|
|
|
|
LUCI_TITLE:=AdBlock-Fast Web UI
|
|
LUCI_URL:=https://github.com/mossdef-org/luci-app-adblock-fast/
|
|
LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service.
|
|
LUCI_DEPENDS:=+luci-base +adblock-fast +rpcd-mod-ucode
|
|
|
|
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
|