dev-perl/scut - 9999 (ubuilds)

Search

Install

Install this version:

emerge -a =dev-perl/scut-9999

Package Information

Description:
scut is a better cut, extracts arbitrary columns based on regexes.
Homepage:
https://github.com/hjmangalam/scut
License:
|| ( Artistic GPL-2 )

Ebuild Details

Version EAPI Keywords Slot
9999 8 alpha amd64 ia64 ppc ppc64 sparc x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=8
inherit perl-module git-r3

DESCRIPTION="scut is a better cut, extracts arbitrary columns based on regexes."
SRC_URI=""
HOMEPAGE="https://github.com/hjmangalam/scut"
EGIT_REPO_URI="https://github.com/hjmangalam/scut.git"

SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="dev-perl/Statistics-Descriptive"

src_install() {
	dobin ${S}/{scut,cols,stats}
}

Inherited Eclasses

Dependencies

DEPEND

dev-perl/Statistics-Descriptive