summaryrefslogtreecommitdiff
path: root/homebrew/bashgitprompt
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/bashgitprompt
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
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