app-shells/grmlzshrc - 0.19.25 (2xsaiko)

Search

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
0.19.25 7 amd64 x86 0
View Raw Ebuild
# Copyright 2020-2021 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://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${PV}.tar.xz"

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

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"

BDEPEND="
	dev-ruby/asciidoctor
"

src_compile() {
	cd doc
	emake
}

src_install() {
	insopts -m644
	insinto /etc/skel
	doins etc/skel/.zshrc

	insinto /etc/zsh
	doins etc/zsh/keephack
	doins etc/zsh/zshrc

	doman doc/grmlzshrc.5
}

Dependencies

BDEPEND

	dev-ruby/asciidoctor

Manifest for 0.19.25

Type File Size Source URLs
DIST grml-etc-core_0.19.25.tar.xz 130888 bytes https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_0.19.25.tar.xz