summaryrefslogtreecommitdiff
path: root/homebrew/vcprompt/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/vcprompt/.beer')
-rw-r--r--homebrew/vcprompt/.beer30
1 files changed, 30 insertions, 0 deletions
diff --git a/homebrew/vcprompt/.beer b/homebrew/vcprompt/.beer
new file mode 100644
index 000000000..e09e7a970
--- /dev/null
+++ b/homebrew/vcprompt/.beer
@@ -0,0 +1,30 @@
+{
+ "name": "Vcprompt",
+ "description": "Provide version control info in shell prompts",
+ "url": "https://bitbucket.org/gward/vcprompt/downloads/vcprompt-1.2.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://bitbucket.org/gward/vcprompt",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "sqlite",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"autoconf\" if build.head?",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"PREFIX=#{prefix}\",",
+ "\"MANDIR=#{man1}\",",
+ "\"install\""
+ ],
+ "version": "1.2.1",
+ "file": "vcprompt.rb"
+} \ No newline at end of file