From f8e6b270cbdde809aed080ecd15d689dd871433f Mon Sep 17 00:00:00 2001 From: KF-Art Date: Fri, 22 Apr 2022 19:06:22 -0400 Subject: [PATCH] New Package: polyglot-prompt-1.11.3_1 --- srcpkgs/polyglot-prompt/INSTALL.msg | 5 +++++ srcpkgs/polyglot-prompt/REMOVE.msg | 4 ++++ srcpkgs/polyglot-prompt/template | 21 +++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 srcpkgs/polyglot-prompt/INSTALL.msg create mode 100644 srcpkgs/polyglot-prompt/REMOVE.msg create mode 100644 srcpkgs/polyglot-prompt/template diff --git a/srcpkgs/polyglot-prompt/INSTALL.msg b/srcpkgs/polyglot-prompt/INSTALL.msg new file mode 100644 index 0000000..b5ea5f7 --- /dev/null +++ b/srcpkgs/polyglot-prompt/INSTALL.msg @@ -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 + diff --git a/srcpkgs/polyglot-prompt/REMOVE.msg b/srcpkgs/polyglot-prompt/REMOVE.msg new file mode 100644 index 0000000..7b69555 --- /dev/null +++ b/srcpkgs/polyglot-prompt/REMOVE.msg @@ -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 diff --git a/srcpkgs/polyglot-prompt/template b/srcpkgs/polyglot-prompt/template new file mode 100644 index 0000000..63e3c0f --- /dev/null +++ b/srcpkgs/polyglot-prompt/template @@ -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. " +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 +}