commit: 1e541ecda0fb27e89250abc46d6df41fe743e632 Author: ingenarel <ingenarelitems <AT> gmail <DOT> com> AuthorDate: Wed May 21 04:45:23 2025 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Wed May 21 04:45:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e541ecd
app-misc/pipes-rs: add 9999 Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com> app-misc/pipes-rs/pipes-rs-9999.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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 000000000..1059d9f83 --- /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}"
