25 lines
505 B
Makefile
25 lines
505 B
Makefile
![]() |
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
#
|
||
|
# Copyright (C) 2022-2023 ImmortalWrt.org
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
PKG_NAME:=luci-app-homeproxy
|
||
|
PKG_VERSION:=1.0-dev-testing1
|
||
|
|
||
|
LUCI_TITLE:=The modern ImmortalWrt proxy platform for ARM64/AMD64
|
||
|
LUCI_PKGARCH:=all
|
||
|
LUCI_DEPENDS:= \
|
||
|
+sing-box \
|
||
|
+@SING_BOX_BUILD_GVISOR \
|
||
|
+curl
|
||
|
|
||
|
define Package/luci-app-homeproxy/conffiles
|
||
|
/etc/config/homeproxy
|
||
|
/etc/homeproxy/certs/
|
||
|
endef
|
||
|
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|