mirror of
https://github.com/TrentSPalmer/gentoo-overlay-trent.git
synced 2024-11-24 18:51:29 -08:00
add grml-zsh-config
This commit is contained in:
parent
66f3c8d946
commit
754aac7ff0
2
app-shells/grml-zsh-config/Manifest
Normal file
2
app-shells/grml-zsh-config/Manifest
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
DIST grml-zsh-config-0.14.3.tar.gz 163243 SHA256 c02e14ea2d6ec3db0ee1bf5411c35c3b34a581a2b79c573b905a7baf01fc9ed5 SHA512 78a7f959cba60bcc191f3f35f56d6ae356e49007f6982fa17b6141c1f398b569aebe9fb81386bb2763a0ff15de828f4e89a7b453f9f92ae79ebb7a8d0239f2f7 WHIRLPOOL 0ee3cd290a84bce7e757c384bc92f5f0175df255407d4d92fb5fa4b8cbf38ad241c406068c4c9b237e8fd9ca03353313f781b0cf897257cef997a3372274c382
|
||||||
|
EBUILD grml-zsh-config-0.14.3.ebuild 876 SHA256 26757f4be4cb5ba349a838cdfc877e6534956169c3f39f8ae2c0791fc5bd854b SHA512 8efea57559e6058f2f16f2dffa0f29d98e20679c97101aa0c721fdfb10fd9b7dd9994f6d1b2a17d4afa857302e253835178f7b8a6792e7231b992d57ca9dddb8 WHIRLPOOL b65a91cd0bba6d4f9b4434674d9f86a97af671d2773a9697cbc9e5b585bfbf29090c0c6af200fb6722ae59c80674cb83c2454f92457036941133ccbfe5fb3ee9
|
39
app-shells/grml-zsh-config/grml-zsh-config-0.14.3.ebuild
Normal file
39
app-shells/grml-zsh-config/grml-zsh-config-0.14.3.ebuild
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
# Copyright 1999-2018 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
|
||||||
|
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.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="app-text/txt2tags"
|
||||||
|
RDEPEND="${DEPEND}
|
||||||
|
app-shells/zsh
|
||||||
|
sys-process/procps
|
||||||
|
sys-apps/grep
|
||||||
|
sys-apps/coreutils
|
||||||
|
sys-apps/sed"
|
||||||
|
|
||||||
|
src_unpack() {
|
||||||
|
unpack ${A}
|
||||||
|
cd "${WORKDIR}"
|
||||||
|
mv grml-etc-core-"${PV}" "${P}"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
cd ${S}/doc
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
install -D -m644 ${S}/etc/skel/.zshrc ${D}/etc/skel/.zshrc
|
||||||
|
install -D -m644 ${S}/etc/zsh/keephack ${D}/etc/zsh/keephack
|
||||||
|
install -D -m644 ${S}/etc/zsh/zshrc ${D}/etc/zsh/zshrc
|
||||||
|
install -D -m644 ${S}/doc/grmlzshrc.5 ${D}/usr/share/man/man5/grmlzshrc.5
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user