All checks were successful
Build / Build project (push) Successful in 36s
20 lines
765 B
YAML
20 lines
765 B
YAML
name : byedpi
|
|
version : 0.17.3
|
|
release : 1
|
|
source :
|
|
- git|https://github.com/hufrea/byedpi.git : 9938d7435d6750e88ea1d6280788db4b4ef8870f
|
|
homepage : https://github.com/hufrea/byedpi
|
|
license : MIT
|
|
component : network.util
|
|
summary : Implementation of some DPI bypass methods. The program is a local SOCKS proxy server.
|
|
description: |
|
|
Implementation of some DPI bypass methods. The program is a local SOCKS proxy server.
|
|
networking : yes
|
|
setup : |
|
|
%apply_patches
|
|
build : |
|
|
make
|
|
install : |
|
|
install -Dm755 ciadpi "${installdir}/usr/bin/ciadpi"
|
|
install -Dm644 dist/linux/byedpi.conf -t ${installdir}/usr/share/defaults/etc
|
|
install -Dm644 dist/linux/byedpi.service -t ${installdir}/usr/lib/systemd/system
|