net-misc/inv_sig_helper: add 9999

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy 2025-03-26 16:52:21 -04:00
parent 568db723d3
commit 55155eaa25
No known key found for this signature in database
GPG Key ID: BEF2297448848842

View File

@ -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}"
}