bash-git-prompt 2.4.0
Closes Homebrew/homebrew#47171. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
bf4caec530
commit
ac68ee26ba
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
|||
class BashGitPrompt < Formula
|
||||
desc "Informative, fancy bash prompt for Git users"
|
||||
homepage "https://github.com/magicmonty/bash-git-prompt"
|
||||
url "https://github.com/magicmonty/bash-git-prompt/archive/2.3.5.tar.gz"
|
||||
sha256 "35a8fe71a7b36b982b6cf53a0fb0c7f89559c29d65cd6cd5c95b26a19964b5ef"
|
||||
url "https://github.com/magicmonty/bash-git-prompt/archive/2.4.0.tar.gz"
|
||||
sha256 "d6f6f84e7de01c6609e2d6b98c07a72b0cb6c18a031a01361e6ea8a4b59e96d5"
|
||||
head "https://github.com/magicmonty/bash-git-prompt.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
def install
|
||||
share.install "gitprompt.sh", "gitprompt.fish", "git-prompt-help.sh",
|
||||
"gitstatus.sh", "prompt-colors.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"
|
||||
|
|
Loading…
Reference in a new issue