feature test

This commit is contained in:
paltovkone
2026-03-07 20:29:49 +04:00
parent 272c78a06c
commit c4b0defefc
3 changed files with 50 additions and 30 deletions

7
v2ray/Makefile Normal file
View File

@ -0,0 +1,7 @@
PORTNAME= v2ray
VERSION!= cat VERSION
DISTNAME= v2ray-linux-64
DISTFILE= $(DISTNAME).zip
MASTER_SITE= https://github.com/v2fly/v2ray-core/releases/download/v$(VERSION)
.include "../Makefile"