# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit rpm DESCRIPTION="PuppetDB collects data generated by Puppet" HOMEPAGE="https://github.com/OpenVoxProject/openvoxdb" SRC_URI="https://yum.voxpupuli.org/openvox8/el/10/x86_64/${PN}-${PV}-1.el10.noarch.rpm" S="${WORKDIR}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64" RPM_COMPRESS_TYPE="zstd" RDEPEND+=" >=virtual/jre-17 app-admin/openvox-agent !dev-ruby/puppetdb-termini" src_install() { cp -a "${S}/"* "${D}/" || die "Install failed!" }