ebuild bump
This commit is contained in:
parent
52effe5c95
commit
1f18d2a5e0
1 changed files with 5 additions and 4 deletions
|
@ -6,11 +6,12 @@ EAPI=5
|
||||||
|
|
||||||
inherit git-2
|
inherit git-2
|
||||||
|
|
||||||
DESCRIPTION="A nonintrusive shell prompt that provides: username, hostname, tty name, cwd, return value of the last command, current time, disk space, and system load. Zsh is preferred, although bash is also somewhat supported."
|
DESCRIPTION="A nonintrusive shell prompt that provides: username, hostname, tty name, cwd, return value of the last command, current time, disk space, and system load. Fish or zsh is preferred, although bash is also somewhat supported."
|
||||||
|
|
||||||
HOMEPAGE="http://overtech.cz/"
|
HOMEPAGE="https://git.covalent.cz/overwatch/over-prompt"
|
||||||
SRC_URI=""
|
SRC_URI=""
|
||||||
EGIT_REPO_URI="git://overtech.cz/over-prompt.git"
|
export GIT_SSL_NO_VERIFY=true # git.covalent.cz has a self-signed cert for now
|
||||||
|
EGIT_REPO_URI="https://git.covalent.cz/overwatch/over-prompt.git"
|
||||||
|
|
||||||
LICENSE="AOJSL"
|
LICENSE="AOJSL"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
@ -28,7 +29,7 @@ src_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
einfo "Source /usr/share/${PN}/bash-init or /usr/share/${PN}/zsh-init"
|
einfo "Source the appropriate /usr/share/${PN}/*-init"
|
||||||
einfo "(depending on which shell you're running) to enable the prompt."
|
einfo "(depending on which shell you're running) to enable the prompt."
|
||||||
einfo "If you wish, write the following into /etc/over/prompt.cfg:"
|
einfo "If you wish, write the following into /etc/over/prompt.cfg:"
|
||||||
einfo ""
|
einfo ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue