summaryrefslogtreecommitdiff
path: root/net-libs/radcli/radcli-1.4.0.ebuild
blob: 8f83dbeb195422884d47be0b2acf991e785f6c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A simple RADIUS client library"
HOMEPAGE="https://radcli.github.io/radcli/"
SRC_URI="https://github.com/radcli/radcli/releases/download/${PV}/${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0/6"
KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"

DEPEND="
	dev-libs/nettle:=
	net-libs/gnutls:=
"
RDEPEND="${DEPEND}"

BDEPEND="virtual/pkgconfig"

src_install() {
	default
	find "${ED}" -name '*.la' -delete || die
}