mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
31 lines
715 B
Bash
31 lines
715 B
Bash
# 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}"
|
|
}
|