summaryrefslogtreecommitdiff
path: root/homebrew/liquidprompt
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/liquidprompt')
-rw-r--r--homebrew/liquidprompt/.beer17
-rw-r--r--homebrew/liquidprompt/.make.sh-auto3
-rw-r--r--homebrew/liquidprompt/_metadata/description1
-rw-r--r--homebrew/liquidprompt/_metadata/homepage1
-rw-r--r--homebrew/liquidprompt/_metadata/name1
-rw-r--r--homebrew/liquidprompt/_metadata/version1
-rwxr-xr-xhomebrew/liquidprompt/download.sh1
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/liquidprompt/.beer b/homebrew/liquidprompt/.beer
new file mode 100644
index 000000000..7f08db971
--- /dev/null
+++ b/homebrew/liquidprompt/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "Liquidprompt",
+ "description": "Adaptive prompt for bash and zsh shells",
+ "url": "https://github.com/nojhan/liquidprompt/archive/v_1.11.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/nojhan/liquidprompt",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "share.install \"liquidpromptrc-dist\"",
+ "share.install \"liquidprompt\""
+ ],
+ "version": "1.11",
+ "file": "liquidprompt.rb"
+} \ No newline at end of file
diff --git a/homebrew/liquidprompt/.make.sh-auto b/homebrew/liquidprompt/.make.sh-auto
new file mode 100644
index 000000000..d7d683655
--- /dev/null
+++ b/homebrew/liquidprompt/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+share.install "liquidpromptrc-dist"
+share.install "liquidprompt"
diff --git a/homebrew/liquidprompt/_metadata/description b/homebrew/liquidprompt/_metadata/description
new file mode 100644
index 000000000..fc819a1ea
--- /dev/null
+++ b/homebrew/liquidprompt/_metadata/description
@@ -0,0 +1 @@
+Adaptive prompt for bash and zsh shells
diff --git a/homebrew/liquidprompt/_metadata/homepage b/homebrew/liquidprompt/_metadata/homepage
new file mode 100644
index 000000000..472ac53b8
--- /dev/null
+++ b/homebrew/liquidprompt/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/nojhan/liquidprompt
diff --git a/homebrew/liquidprompt/_metadata/name b/homebrew/liquidprompt/_metadata/name
new file mode 100644
index 000000000..d579e6099
--- /dev/null
+++ b/homebrew/liquidprompt/_metadata/name
@@ -0,0 +1 @@
+Liquidprompt
diff --git a/homebrew/liquidprompt/_metadata/version b/homebrew/liquidprompt/_metadata/version
new file mode 100644
index 000000000..096015870
--- /dev/null
+++ b/homebrew/liquidprompt/_metadata/version
@@ -0,0 +1 @@
+1.11
diff --git a/homebrew/liquidprompt/download.sh b/homebrew/liquidprompt/download.sh
new file mode 100755
index 000000000..4175bed1d
--- /dev/null
+++ b/homebrew/liquidprompt/download.sh
@@ -0,0 +1 @@
+wget https://github.com/nojhan/liquidprompt/archive/v_1.11.tar.gz \ No newline at end of file