mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
net-misc/inv_sig_helper: add 9999
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
parent
568db723d3
commit
55155eaa25
30
net-misc/inv_sig_helper/inv_sig_helper-9999.ebuild
Normal file
30
net-misc/inv_sig_helper/inv_sig_helper-9999.ebuild
Normal 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}"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user