86dd1d6aad
PR: ports/197054 Submitted by: loader Approved by: maintainer (Xiaoding Liu <xiaoding xiaoding org>)
11 lines
466 B
Text
11 lines
466 B
Text
bin/ss-local
|
|
bin/ss-server
|
|
bin/ss-tunnel
|
|
include/shadowsocks.h
|
|
lib/libshadowsocks.a
|
|
lib/libshadowsocks.la
|
|
libdata/pkgconfig/shadowsocks-libev.pc
|
|
man/man8/shadowsocks-libev.8.gz
|
|
@unexec if cmp -s %D/etc/shadowsocks-libev/config.json %D/etc/shadowsocks-libev/config.json.sample ; then rm -f %D/etc/shadowsocks-libev/config.json ; fi
|
|
etc/shadowsocks-libev/config.json.sample
|
|
@exec if [ ! -f %D/etc/shadowsocks-libev/config.json ]; then cp -p %D/%F %B/config.json ; fi
|