zrcadlo
https://git.openwrt.org/project/luci.git
synchronizováno 2025-01-18 23:45:02 +00:00
66c0c58bbc
Signed-off-by: Stan Grishin <stangri@melmac.ca>
27 řádky
716 B
Makefile
27 řádky
716 B
Makefile
# Copyright 2023-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-adblock-fast
|
|
PKG_LICENSE:=AGPL-3.0-or-later
|
|
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
|
|
PKG_VERSION:=1.1.2
|
|
PKG_RELEASE:=18
|
|
|
|
LUCI_TITLE:=AdBlock-Fast Web UI
|
|
LUCI_URL:=https://github.com/stangri/luci-app-adblock-fast/
|
|
LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service.
|
|
LUCI_DEPENDS:=+luci-base +adblock-fast +jsonfilter
|
|
|
|
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
|