1 # Copyright 2023-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit go-module systemd
8 DESCRIPTION
="juicity is a quic-based proxy protocol."
9 HOMEPAGE
="https://github.com/juicity/juicity"
10 SRC_URI
="https://github.com/juicity/juicity/releases/download/v${PV}/juicity-full-src.zip -> ${P}.zip"
21 for i
in server client
;do
31 for i
in server client
;do
34 systemd_dounit
"install/juicity-$i.service"
35 doins
"install/example-$i.json"