app-shells/grmlzshrc - 0.16.1 (xdch47)

Search

Install

Install this version:

emerge -a =app-shells/grmlzshrc-0.16.1

Package Information

Description:
grml's zsh setup
Homepage:
https://grml.org/zsh/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.16.1 7 amd64 arm x86 0
View Raw Ebuild
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="grml's zsh setup"
HOMEPAGE="https://grml.org/zsh/"
SRC_URI="https://github.com/grml/grml-etc-core/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE="+man"

DEPEND=""
RDEPEND="app-shells/zsh
	sys-process/procps"

BDEPEND="man? ( app-text/txt2tags )"

S="${WORKDIR}/grml-etc-core-${PV}"

src_compile() {
	use man || return
	cd doc
	default
}

src_install() {
	insinto /etc/zsh
	doins  etc/zsh/{keephack,zshenv,zshrc}

	insinto /etc/skel
	doins etc/skel/.zshrc

	use man && doman doc/grmlzshrc.5

	insinto /usr/share/grml
	doins -r usr_share_grml/zsh
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-shells/grmlzshrc | euse -E <flag> -p app-shells/grmlzshrc | euse -D <flag> -p app-shells/grmlzshrc

Global/Standard Flags

man
Default: Enabled (+)

Dependencies

RDEPEND

app-shells/zsh
	sys-process/procps

BDEPEND

man? ( app-text/txt2tags )

Manifest for 0.16.1

Type File Size Source URLs
DIST grmlzshrc-0.16.1.tar.gz 164582 bytes https://github.com/grml/grml-etc-core/archive/v0.16.1.tar.gz