From 12335518ab39608d58370c85ff9f5384ad2aa5f7 Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Sat, 20 Apr 2019 20:49:46 -0500 Subject: Ported in the homebrew-marauder for a hacky update/import system. TODO: Maybe add a license & fix up messy code. --- homebrew/bashgitprompt/.beer | 20 ++++++++++++++++++++ homebrew/bashgitprompt/.make.sh-auto | 4 ++++ homebrew/bashgitprompt/_metadata/description | 1 + homebrew/bashgitprompt/_metadata/homepage | 1 + homebrew/bashgitprompt/_metadata/name | 1 + homebrew/bashgitprompt/_metadata/version | 1 + homebrew/bashgitprompt/download.sh | 1 + 7 files changed, 29 insertions(+) create mode 100644 homebrew/bashgitprompt/.beer create mode 100644 homebrew/bashgitprompt/.make.sh-auto create mode 100644 homebrew/bashgitprompt/_metadata/description create mode 100644 homebrew/bashgitprompt/_metadata/homepage create mode 100644 homebrew/bashgitprompt/_metadata/name create mode 100644 homebrew/bashgitprompt/_metadata/version create mode 100755 homebrew/bashgitprompt/download.sh (limited to 'homebrew/bashgitprompt') diff --git a/homebrew/bashgitprompt/.beer b/homebrew/bashgitprompt/.beer new file mode 100644 index 000000000..732176192 --- /dev/null +++ b/homebrew/bashgitprompt/.beer @@ -0,0 +1,20 @@ +{ + "name": "BashGitPrompt", + "description": "Informative, fancy bash prompt for Git users", + "url": "https://github.com/magicmonty/bash-git-prompt/archive/2.7.1.tar.gz", + "mirror": null, + "homepage": "https://github.com/magicmonty/bash-git-prompt", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "share.install \"gitprompt.sh\", \"gitprompt.fish\", \"git-prompt-help.sh\",", + "\"gitstatus.py\", \"gitstatus.sh\", \"gitstatus_pre-1.7.10.sh\",", + "\"prompt-colors.sh\"", + "(share/\"themes\").install Dir[\"themes/*.bgptheme\"], \"themes/Custom.bgptemplate\"", + "doc.install \"README.md\"" + ], + "version": "2.7.1", + "file": "bash-git-prompt.rb" +} \ No newline at end of file diff --git a/homebrew/bashgitprompt/.make.sh-auto b/homebrew/bashgitprompt/.make.sh-auto new file mode 100644 index 000000000..7a1d8abb5 --- /dev/null +++ b/homebrew/bashgitprompt/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +share.install "gitprompt.sh", "gitprompt.fish", "git-prompt-help.sh", "gitstatus.py", "gitstatus.sh", "gitstatus_pre-1.7.10.sh", "prompt-colors.sh" +(share/"themes").install Dir["themes/*.bgptheme"], "themes/Custom.bgptemplate" +doc.install "README.md" diff --git a/homebrew/bashgitprompt/_metadata/description b/homebrew/bashgitprompt/_metadata/description new file mode 100644 index 000000000..ceb996ee0 --- /dev/null +++ b/homebrew/bashgitprompt/_metadata/description @@ -0,0 +1 @@ +Informative, fancy bash prompt for Git users diff --git a/homebrew/bashgitprompt/_metadata/homepage b/homebrew/bashgitprompt/_metadata/homepage new file mode 100644 index 000000000..ea48a3a16 --- /dev/null +++ b/homebrew/bashgitprompt/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/magicmonty/bash-git-prompt diff --git a/homebrew/bashgitprompt/_metadata/name b/homebrew/bashgitprompt/_metadata/name new file mode 100644 index 000000000..98908aaf1 --- /dev/null +++ b/homebrew/bashgitprompt/_metadata/name @@ -0,0 +1 @@ +BashGitPrompt diff --git a/homebrew/bashgitprompt/_metadata/version b/homebrew/bashgitprompt/_metadata/version new file mode 100644 index 000000000..860487ca1 --- /dev/null +++ b/homebrew/bashgitprompt/_metadata/version @@ -0,0 +1 @@ +2.7.1 diff --git a/homebrew/bashgitprompt/download.sh b/homebrew/bashgitprompt/download.sh new file mode 100755 index 000000000..c00ea6b54 --- /dev/null +++ b/homebrew/bashgitprompt/download.sh @@ -0,0 +1 @@ +wget https://github.com/magicmonty/bash-git-prompt/archive/2.7.1.tar.gz \ No newline at end of file -- cgit v1.2.3