commit: a84823750da1ca04ce906e01d0db42d5e1cf8129 Author: Timur Kuprava <kupravagoodman <AT> proton <DOT> me> AuthorDate: Sun Aug 3 09:48:19 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sun Aug 3 09:48:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8482375
app-misc/television: new package Signed-off-by: Timur Kuprava <kupravagoodman <AT> proton.me> app-misc/television/Manifest | 2 ++ app-misc/television/metadata.xml | 12 ++++++++++++ app-misc/television/television-0.12.5.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/app-misc/television/Manifest b/app-misc/television/Manifest new file mode 100644 index 0000000000..cd706e0697 --- /dev/null +++ b/app-misc/television/Manifest @@ -0,0 +1,2 @@ +DIST television-0.12.5-crates.tar.xz 21171472 BLAKE2B 4c42ecf352a0e248610e9e0023717ace3fd5b7908b9da553d1c4edc579c7c7f4d882b85146b59b577bc994457eccc415b184ed84beae60f443322a1ab55da176 SHA512 688dd6b6236c57d15beabb61c06ad8c99376535fe0b2f17a65e21c198f5c1da59e5b98a41054f971870558deabed7c8ca7f4264df91fa3adba0cf2a0fe7b5f1e +DIST television-0.12.5.tar.gz 14360622 BLAKE2B 97f8dfb414f3079a61cd9de613a75ffaf123db4890e70ea12a6f22602466f05d493650e5aea887c04cd8f74c16de9ba8f8b91f50b04c18c84b057e20616547d4 SHA512 eec5f3e8f531e7ed5e4fbd4cba128317a04485057f50b231bfa9afd2ad68b153a2558c76d65e1a04a12b22fb9e03006abf9f407ae3e5c7a34322a0f6a2c2c292 diff --git a/app-misc/television/metadata.xml b/app-misc/television/metadata.xml new file mode 100644 index 0000000000..310a4af0a1 --- /dev/null +++ b/app-misc/television/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Timur Kuprava</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/alexpasmantier/television/issues</bugs-to> + <remote-id type="github">alexpasmantier/television</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-misc/television/television-0.12.5.ebuild b/app-misc/television/television-0.12.5.ebuild new file mode 100644 index 0000000000..40792ab73e --- /dev/null +++ b/app-misc/television/television-0.12.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Autogenerated by pycargoebuild 0.15.0 + +EAPI=8 + +RUST_MIN_VER="1.85.0" + +inherit cargo + +DESCRIPTION="Cross-platform, fast and extensible general purpose fuzzy finder TUI." +HOMEPAGE="https://github.com/alexpasmantier/television" +SRC_URI=" + https://github.com/alexpasmantier/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/kuprTheMan/contribute-deps/releases/download/${P}/${P}-crates.tar.xz +" + +LICENSE="MIT" +# Dependent crate licenses +LICENSE+=" + Apache-2.0 BSD Boost-1.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0 + Unicode-3.0 ZLIB +" + +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="test"
