blob: 096a54ebcf3dbf57b367668bf56179465603a317 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
}
|