sys-process/pipectl - 0.5.0 (guru)

Search

Install

Install this version:

emerge -a =sys-process/pipectl-0.5.0

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

autounmask =sys-process/pipectl-0.5.0

Or alternatively:

emerge --autounmask-write -a =sys-process/pipectl-0.5.0

Package Information

Description:
a simple named pipe management utility
Homepage:
https://github.com/Ferdi265/pipectl
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="a simple named pipe management utility"
HOMEPAGE="https://github.com/Ferdi265/pipectl"
SRC_URI="https://github.com/Ferdi265/pipectl/releases/download/v${PV}/pipectl-${PV}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="man"

DEPEND="
	man? (
		app-text/scdoc
	)
"
RDEPEND="${DEPEND}"

src_configure() {
	mycmakeargs=(
		-DBUILD_DOCUMENTATION=$(usex man)
		-DINSTALL_DOCUMENTATION=$(usex man)
	)

	cmake_src_configure
}

USE Flags

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

Global/Standard Flags

man

Inherited Eclasses

Dependencies

DEPEND

	man? (
		app-text/scdoc
	)

RDEPEND

	man? (
		app-text/scdoc
	)

Manifest for 0.5.0

Type File Size Source URLs
DIST pipectl-0.5.0.tar.gz 18417 bytes https://github.com/Ferdi265/pipectl/releases/download/v0.5.0/pipectl-0.5.0.tar.gz