From 1e541ecda0fb27e89250abc46d6df41fe743e632 Mon Sep 17 00:00:00 2001 From: ingenarel Date: Wed, 21 May 2025 10:45:23 +0600 Subject: [PATCH] app-misc/pipes-rs: add 9999 Signed-off-by: ingenarel --- app-misc/pipes-rs/pipes-rs-9999.ebuild | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 app-misc/pipes-rs/pipes-rs-9999.ebuild diff --git a/app-misc/pipes-rs/pipes-rs-9999.ebuild b/app-misc/pipes-rs/pipes-rs-9999.ebuild new file mode 100644 index 0000000000..1059d9f836 --- /dev/null +++ b/app-misc/pipes-rs/pipes-rs-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Auto-Generated by cargo-ebuild 0.5.4-r1 + +EAPI=8 + +inherit cargo git-r3 + +DESCRIPTION="An over-engineered rewrite of pipes.sh in Rust" +HOMEPAGE="https://github.com/lhvy/pipes-rs" +EGIT_REPO_URI="https://github.com/lhvy/pipes-rs.git" + +LICENSE="BlueOak-1.0.0 Apache-2.0 MIT Unicode-DFS-2016" +SLOT="0" +KEYWORDS="~amd64" + +PATCHES=( + "${FILESDIR}/do-not-strip.patch" +) + +src_unpack() { + git-r3_src_unpack + cargo_live_src_unpack +} + +src_install() { + cargo_src_install --path ./crates/${PN} +} + +QA_FLAGS_IGNORED="usr/bin/${PN}"