From 55155eaa25fea018dda9125608c321632234846e Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Wed, 26 Mar 2025 16:52:21 -0400 Subject: [PATCH] net-misc/inv_sig_helper: add 9999 Signed-off-by: Julien Roy --- .../inv_sig_helper/inv_sig_helper-9999.ebuild | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 net-misc/inv_sig_helper/inv_sig_helper-9999.ebuild diff --git a/net-misc/inv_sig_helper/inv_sig_helper-9999.ebuild b/net-misc/inv_sig_helper/inv_sig_helper-9999.ebuild new file mode 100644 index 0000000000..358530271b --- /dev/null +++ b/net-misc/inv_sig_helper/inv_sig_helper-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Autogenerated by pycargoebuild 0.13.3 + +EAPI=8 + +inherit cargo git-r3 systemd + +DESCRIPTION="Rust service that decrypts YouTube signatures and manages player information" +HOMEPAGE="https://github.com/iv-org/inv_sig_helper" +EGIT_REPO_URI="https://github.com/iv-org/inv_sig_helper.git" + +LICENSE="AGPL-3" +# Dependent crate licenses +LICENSE+=" Apache-2.0 BSD MIT Unicode-DFS-2016" +SLOT="0" + +RDEPEND="dev-libs/openssl" + +src_unpack() { + git-r3_src_unpack + cargo_live_src_unpack +} + +src_install() { + cargo_src_install + systemd_dounit "${S}"/inv_sig_helper.service + newinitd "${FILESDIR}"/inv_sig_helper.initd "${PN}" +}