summaryrefslogtreecommitdiff
path: root/homebrew/bashgitprompt
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/bashgitprompt')
-rw-r--r--homebrew/bashgitprompt/.beer20
-rw-r--r--homebrew/bashgitprompt/.make.sh-auto4
-rw-r--r--homebrew/bashgitprompt/_metadata/description1
-rw-r--r--homebrew/bashgitprompt/_metadata/homepage1
-rw-r--r--homebrew/bashgitprompt/_metadata/name1
-rw-r--r--homebrew/bashgitprompt/_metadata/version1
-rwxr-xr-xhomebrew/bashgitprompt/download.sh1
7 files changed, 29 insertions, 0 deletions
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