app-shells/zsh-silver: treeclean

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-05-26 08:50:57 -04:00
parent 75fa1a7cf0
commit bca0e24008
2 changed files with 0 additions and 48 deletions

View File

@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Leonardo Hernández Hernández</name>
<email>leohdz172@proton.me</email>
</maintainer>
<upstream>
<bugs-to>https://github.com/silver-prompt/zsh/issues</bugs-to>
<doc>https://github.com/silver-prompt/zsh/blob/master/README.md</doc>
<remote-id type="github">silver-prompt/zsh</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Zsh plugin for silver"
HOMEPAGE="https://github.com/silver-prompt/zsh"
inherit git-r3
EGIT_REPO_URI="https://github.com/silver-prompt/zsh.git"
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
app-shells/zsh
app-shells/silver
"
DEPEND="${RDEPEND}"
src_install() {
insinto /usr/share/zsh/site-contrib/zsh-silver
doins silver.plugin.zsh
einstalldocs
}
pkg_postinst() {
elog
elog "In order to use ${CATEGORY}/${PN} add"
elog ". /usr/share/zsh/site-contrib/zsh-silver/silver.plugin.zsh"
elog "at the end of your ~/.zshrc"
elog
}