small-package/homeproxy/Makefile

27 lines
538 B
Makefile
Raw Normal View History

2023-02-13 16:51:11 +08:00
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2022-2023 ImmortalWrt.org
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-homeproxy
2023-03-07 23:14:24 +08:00
PKG_VERSION:=usertesting-0337
2023-02-13 16:51:11 +08:00
LUCI_TITLE:=The modern ImmortalWrt proxy platform for ARM64/AMD64
LUCI_PKGARCH:=all
LUCI_DEPENDS:= \
+sing-box \
2023-02-19 13:22:12 +08:00
+curl \
2023-02-22 16:12:00 +08:00
+firewall4 \
+kmod-nft-tproxy
2023-02-13 16:51:11 +08:00
define Package/luci-app-homeproxy/conffiles
/etc/config/homeproxy
/etc/homeproxy/certs/
2023-02-23 23:38:22 +08:00
/etc/homeproxy/resources/
2023-02-13 16:51:11 +08:00
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature