# SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2022-2023 ImmortalWrt.org include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-homeproxy PKG_VERSION:=dev-230402 LUCI_TITLE:=The modern ImmortalWrt proxy platform for ARM64/AMD64 LUCI_PKGARCH:=all LUCI_DEPENDS:= \ +sing-box \ +curl \ +firewall4 \ +kmod-nft-tproxy define Package/luci-app-homeproxy/conffiles /etc/config/homeproxy /etc/homeproxy/certs/ /etc/homeproxy/resources/geoip.db /etc/homeproxy/resources/geoip.ver /etc/homeproxy/resources/geosite.db /etc/homeproxy/resources/geosite.ver /etc/homeproxy/resources/direct_list.txt /etc/homeproxy/resources/proxy_list.txt endef include $(TOPDIR)/feeds/luci/luci.mk # call BuildPackage - OpenWrt buildroot signature