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
|
{
"name": "GlibOpenssl",
"description": "OpenSSL GIO module for glib",
"url": "https://download.gnome.org/sources/glib-openssl/2.50/glib-openssl-2.50.8.tar.xz",
"mirror": null,
"homepage": "https://launchpad.net/glib-networking",
"depends": [
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "glib",
"build-depend": false
},
{
"depend": "openssl",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system Formula[\"glib\"].opt_bin/\"gio-querymodules\", HOMEBREW_PREFIX/\"lib/gio/modules\""
],
"version": "2.50.8",
"file": "glib-openssl.rb"
}
|