gentoo/net-libs/radcli/radcli-1.4.0.ebuild
Sam James 9a84e961dd
net-libs/radcli: Stabilize 1.4.0 x86, #961507
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-29 23:52:22 +00:00

26 lines
518 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
}