commit: 55155eaa25fea018dda9125608c321632234846e Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Wed Mar 26 20:52:21 2025 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Wed Mar 26 20:52:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=55155eaa
net-misc/inv_sig_helper: add 9999 Signed-off-by: Julien Roy <julien <AT> jroy.ca> net-misc/inv_sig_helper/inv_sig_helper-9999.ebuild | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 000000000..358530271 --- /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}" +}
