This commit is contained in:
parent
d4be7b4ce8
commit
c2e9d0d5bf
4 changed files with 36 additions and 0 deletions
20
package.yml
Normal file
20
package.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue