subnetcalc-2.7.4Case_Of
download
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="IP address calculator"
HOMEPAGE="https://github.com/dreibh/subnetcalc"
SRC_URI="https://github.com/dreibh/${PN}/archive/refs/tags/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="
dev-libs/geoip
dev-libs/libmaxminddb
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-${P}"