New Package: polyglot-prompt-1.11.3_1
This commit is contained in:
parent
8f9a47170d
commit
f8e6b270cb
3 changed files with 30 additions and 0 deletions
5
srcpkgs/polyglot-prompt/INSTALL.msg
Normal file
5
srcpkgs/polyglot-prompt/INSTALL.msg
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
==> Remember to enable polyglot in your shell (like ~/.bashrc or ~/.mkshrc)
|
||||||
|
==> (add the following line):
|
||||||
|
. /usr/share/polyglot-prompt/polyglot.sh
|
||||||
|
|
4
srcpkgs/polyglot-prompt/REMOVE.msg
Normal file
4
srcpkgs/polyglot-prompt/REMOVE.msg
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
==> Remember to remove polyglot in your shell (like ~/.bashrc or ~/.mkshrc)
|
||||||
|
==> (remove the following line):
|
||||||
|
. /usr/share/polyglot-prompt/polyglot.sh
|
21
srcpkgs/polyglot-prompt/template
Normal file
21
srcpkgs/polyglot-prompt/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'polyglot-prompt'
|
||||||
|
pkgname=polyglot-prompt
|
||||||
|
version=1.11.3
|
||||||
|
revision=1
|
||||||
|
repository=cereus-extra
|
||||||
|
wrksrc="polyglot-${version}"
|
||||||
|
short_desc="Color, ASCII-only Git prompt for zsh, bash, ksh93, mksh, pdksh, dash, and busybox ash"
|
||||||
|
maintainer="Kevin F. <https://github.com/KF-Art>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/agkozak/polyglot"
|
||||||
|
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=2e736fea0725bcad5523bdc558cc00709529175ef43660827e39a4eaa64d3cb7
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir usr/share/polyglot-prompt
|
||||||
|
vcopy * usr/share/polyglot-prompt
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue