diff options
Diffstat (limited to 'app-shells/k/k-0.0.5.ebuild')
-rw-r--r-- | app-shells/k/k-0.0.5.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app-shells/k/k-0.0.5.ebuild b/app-shells/k/k-0.0.5.ebuild deleted file mode 100644 index 514d82f03..000000000 --- a/app-shells/k/k-0.0.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DESCRIPTION="Directory listings for zsh with git features" -HOMEPAGE="https://github.com/supercrabtree/k" -SRC_URI="https://github.com/supercrabtree/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -RDEPEND=" - >=app-shells/zsh-4.3.11 - >=dev-vcs/git-1.7.2 -" - -DOCS=( readme.md ) - -src_install() { - dodir "/usr/share/zsh/plugins" - insinto "/usr/share/zsh/plugins/${PN}" - doins "${PN}.sh" - einstalldocs -} - -pkg_postinst() { - einfo "To use this script, load it into your interactive ZSH session:" - einfo "\tsource /usr/share/zsh/plugins/${PN}/${PN}.zsh" -} |