mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-misc/television: add 0.13.11
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
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
|
||||
DIST television-0.13.11-crates.tar.xz 21547684 BLAKE2B dd8d5ce02528d54ee5fe1f211abc05e5b6724fb7f9b4cac63fe07cf5e3cf803177174cced5ccd9011cfbcf1cd5931634effb81f405315a3edf8e2e1fc56f8f48 SHA512 6e859403c20d2a55409f916d3bc73571913ab0a3bd467ade4e0c21f34b5fa35f3bc0deabe94999c195bbbc9a765c5de169ce7cd321428366eaaefd9e7e014d5a
|
||||
DIST television-0.13.11.tar.gz 17578371 BLAKE2B ec255bb80c1d6b9e66df0c41f1b7781be6556f3b191a2fe54acf0c66210f91756cefcc168bdb321e4e0bd03649b80104b9a96eeae3ae449586ae0e054c7cc87b SHA512 9fd0ddf030fda6e82cef92820f357e74f1431cc93f98651f79af1995f2983f9fdb04084378861827850b3eef98f953e144c82f3e00b255962460eda1b06d9956
|
||||
|
||||
49
app-misc/television/television-0.13.11.ebuild
Normal file
49
app-misc/television/television-0.13.11.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Autogenerated by pycargoebuild 0.15.0
|
||||
|
||||
EAPI=8
|
||||
|
||||
CRATES="
|
||||
"
|
||||
|
||||
RUST_MIN_VER="1.90.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/pastalian/distfiles/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"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
sys-apps/bat
|
||||
sys-apps/fd
|
||||
)
|
||||
"
|
||||
|
||||
src_install() {
|
||||
cargo_src_install
|
||||
doman man/tv.1
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local -x TV_BIN_PATH="${S}/$(cargo_target_dir)/tv"
|
||||
cargo_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user