Install this version:
emerge -a =net-vpn/candy-6.1.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-vpn/candy-6.1.7
Or alternatively:
emerge --autounmask-write -a =net-vpn/candy-6.1.7
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake systemd readme.gentoo-r1
DESCRIPTION="A reliable, low-latency, and anti-censorship virtual private network"
HOMEPAGE="https://github.com/lanthora/candy"
SRC_URI="https://github.com/lanthora/candy/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
DEPEND="
dev-libs/poco:=[crypt,net,util,xml]
dev-libs/openssl:=
dev-libs/spdlog:=
dev-libs/libfmt:=
"
RDEPEND="
${DEPEND}
"
src_install(){
cmake_src_install
default
insinto /etc
doins candy.cfg
systemd_dounit candy.service
systemd_dounit candy@.service
newinitd candy.initd candy
readme.gentoo_create_doc
}
pkg_postinst() {
readme.gentoo_print_elog
}
dev-libs/poco:=[crypt,net,util,xml] dev-libs/openssl:= dev-libs/spdlog:= dev-libs/libfmt:=
dev-libs/poco:=[crypt,net,util,xml] dev-libs/openssl:= dev-libs/spdlog:= dev-libs/libfmt:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | candy-6.1.7.gh.tar.gz | 338183 bytes | https://github.com/lanthora/candy/archive/refs/tags/v6.1.7.tar.gz |