gentoo/net-libs/radcli/radcli-1.4.0.ebuild
Eli Schwartz bef502f42d
net-libs/radcli: Stabilize 1.4.0 arm, #961507
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-12-09 07:24:00 -05:00

26 lines
517 B
Bash

# 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
}