summaryrefslogtreecommitdiff
path: root/homebrew/psql2csv/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/psql2csv/.beer')
-rw-r--r--homebrew/psql2csv/.beer21
1 files changed, 21 insertions, 0 deletions
diff --git a/homebrew/psql2csv/.beer b/homebrew/psql2csv/.beer
new file mode 100644
index 000000000..096a54ebc
--- /dev/null
+++ b/homebrew/psql2csv/.beer
@@ -0,0 +1,21 @@
+{
+ "name": "Psql2csv",
+ "description": "Run a query in psql and output the result as CSV",
+ "url": "https://github.com/fphilipe/psql2csv/archive/v0.11.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/fphilipe/psql2csv",
+ "depends": [
+ {
+ "depend": "postgresql",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bin.install \"psql2csv\""
+ ],
+ "version": "0.11",
+ "file": "psql2csv.rb"
+} \ No newline at end of file