net-proxy/opera-proxy: new package, add 1.13.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-01-03 16:38:03 +05:00
parent d38f9201bf
commit fbe6708b4b
4 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#!/sbin/openrc-run
# shellcheck shell=sh
#
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
supervisor="supervise-daemon"
command="/usr/bin/opera-proxy"
command_user="nobody:nobody"
pidfile="/run/opera-proxy.pid"
depend() {
need net
use dns firewall
}