mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
net-vpn/candy: add 5.5, drop 5.3
Closes: https://github.com/gentoo/guru/pull/159 Signed-off-by: Xin Yang <yangmame@icloud.com> Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
35
net-vpn/candy/candy-5.5.ebuild
Normal file
35
net-vpn/candy/candy-5.5.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake systemd
|
||||
|
||||
DESCRIPTION="Another virtual private network that supports peer-to-peer connections"
|
||||
HOMEPAGE="https://github.com/lanthora/candy"
|
||||
SRC_URI="https://github.com/lanthora/candy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/uriparser
|
||||
dev-libs/libconfig
|
||||
dev-libs/poco
|
||||
dev-libs/openssl
|
||||
dev-libs/spdlog
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install(){
|
||||
cmake_src_install
|
||||
default
|
||||
|
||||
insinto /etc
|
||||
doins candy.conf
|
||||
fperms 0644 /etc/candy.conf
|
||||
|
||||
systemd_dounit candy.service
|
||||
systemd_dounit candy@.service
|
||||
}
|
||||
Reference in New Issue
Block a user