diff options
Diffstat (limited to 'app-shells/zsh-pol-config/zsh-pol-config-1.5-r3.ebuild')
-rw-r--r-- | app-shells/zsh-pol-config/zsh-pol-config-1.5-r3.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-shells/zsh-pol-config/zsh-pol-config-1.5-r3.ebuild b/app-shells/zsh-pol-config/zsh-pol-config-1.5-r3.ebuild new file mode 100644 index 0000000..9b08034 --- /dev/null +++ b/app-shells/zsh-pol-config/zsh-pol-config-1.5-r3.ebuild @@ -0,0 +1,24 @@ +EAPI=4 +inherit eutils + +DESCRIPTION="zsh pol's config" + +SRC_URI="" +SLOT="0" + +KEYWORDS="amd64" + +RDEPEND=" + app-shells/zsh-completions + app-shells/gentoo-zsh-completions +" +DEPEND="" + +S="${WORKDIR}" + +src_install() { + ebegin "Copy pol's zsh config..." + insinto /etc/zsh + doins -r ${FILESDIR}/* + eend $? || "ERROR: cannot install zsh config" +} |