sys-process/xe - 1.0 (guru)

Search

Install

Install this version:

emerge -a =sys-process/xe-1.0

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

autounmask =sys-process/xe-1.0

Or alternatively:

emerge --autounmask-write -a =sys-process/xe-1.0

Package Information

Description:
Simple xargs and apply replacement with sane defaults
Homepage:
https://github.com/leahneukirchen/xe/
License:
CC0-1.0

Ebuild Details

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

EAPI=8

inherit toolchain-funcs

DESCRIPTION="Simple xargs and apply replacement with sane defaults"
HOMEPAGE="https://github.com/leahneukirchen/xe/"
SRC_URI="https://github.com/leahneukirchen/xe/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"

BDEPEND="test? ( dev-lang/perl )"

src_compile() {
	emake CC="$(tc-getCC)" CFLAGS="$CFLAGS"
}

src_install() {
	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

test? ( dev-lang/perl )

Manifest for 1.0

Type File Size Source URLs
DIST xe-1.0.tar.gz 13791 bytes https://github.com/leahneukirchen/xe/archive/refs/tags/v1.0.tar.gz