net-proxy/snowflake: new package, add 2.5.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-04-07 00:44:03 +05:00
parent 1cbb87c50f
commit c84a69af15
5 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#!/sbin/openrc-run
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#
# shellcheck shell=sh
command="/usr/bin/snowflake-proxy"
command_args="${SNOWFLAKE_PROXY_OPTS}"
command_background=1
command_user="nobody:nobody"
pidfile="/run/snowflake-proxy.pid"
depend() {
need net
}