1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
{
"name": "Pgbouncer",
"description": "Lightweight connection pooler for PostgreSQL",
"url": "https://pgbouncer.github.io/downloads/files/1.9.0/pgbouncer-1.9.0.tar.gz",
"mirror": null,
"homepage": "https://wiki.postgresql.org/wiki/PgBouncer",
"depends": [
{
"depend": "asciidoc",
"build-depend": true
},
{
"depend": "xmlto",
"build-depend": true
},
{
"depend": "libevent",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV[\"XML_CATALOG_FILES\"] = \"#{etc}/xml/catalog\"",
"system \"./configure\", \"--disable-debug\",",
"\"--with-libevent=#{HOMEBREW_PREFIX}\",",
"\"--prefix=#{prefix}\"",
"ln_s \"../install-sh\", \"doc/install-sh\"",
"system \"make\", \"install\"",
"bin.install \"etc/mkauth.py\"",
"etc.install %w[etc/pgbouncer.ini etc/userlist.txt]"
],
"version": "1.9.0",
"file": "pgbouncer.rb"
}
|