New Package: polyglot-prompt-1.11.3_1

This commit is contained in:
KF-Art 2022-04-22 19:06:22 -04:00
parent 8f9a47170d
commit f8e6b270cb
3 changed files with 30 additions and 0 deletions

View 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

View 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

View 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
}