sys-process/rust-parallel - 1.23.0 (gentoo)

Search

Install

Install this version:

emerge -a =sys-process/rust-parallel-1.23.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-process/rust-parallel-1.23.0

Or alternatively:

emerge --autounmask-write -a =sys-process/rust-parallel-1.23.0

Package Information

Description:
Fast command line app to run commands in parallel
Homepage:
https://github.com/aaronriekenberg/rust-parallel
License:
MIT Apache-2.0 BSD MIT Unicode-DFS-2016

Ebuild Details

Version EAPI Keywords Slot
1.23.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Autogenerated by pycargoebuild 0.15.1

EAPI=8

RUST_MIN_VER="1.85.0"

CRATES="
"

inherit cargo

DESCRIPTION="Fast command line app to run commands in parallel"
HOMEPAGE="https://github.com/aaronriekenberg/rust-parallel"

SRC_URI="
	https://github.com/aaronriekenberg/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz
"

LICENSE="MIT"
# Dependent crate licenses
LICENSE+=" Apache-2.0 BSD MIT Unicode-DFS-2016"
SLOT="0"
KEYWORDS="~amd64"
IUSE="symlink"

RDEPEND="symlink? ( !sys-process/parallel )"

QA_FLAGS_IGNORED="usr/bin/${PN}"

src_install() {
	dobin $(cargo_target_dir)/rust-parallel

	if use symlink ; then
		dosym rust-parallel /usr/bin/parallel
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-process/rust-parallel | euse -E <flag> -p sys-process/rust-parallel | euse -D <flag> -p sys-process/rust-parallel

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

symlink? ( !sys-process/parallel )

Manifest for 1.23.0

Type File Size Source URLs
DIST rust-parallel-1.23.0-crates.tar.xz 6489528 bytes https://github.com/gentoo-crate-dist/rust-parallel/releases/download/v1.23.0/rust-parallel-1.23.0-crates.tar.xz
DIST rust-parallel-1.23.0.tar.gz 138370 bytes https://github.com/aaronriekenberg/rust-parallel/archive/refs/tags/v1.23.0.tar.gz