summaryrefslogtreecommitdiff
path: root/homebrew/libgee/.beer
blob: 8a0637115180f6bfe666131c038b1ca43e4653a9 (plain)
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
37
{
    "name": "Libgee",
    "description": "Collection library providing GObject-based interfaces",
    "url": "https://download.gnome.org/sources/libgee/0.20/libgee-0.20.1.tar.xz",
    "mirror": null,
    "homepage": "https://wiki.gnome.org/Projects/Libgee",
    "depends": [
        {
            "depend": "gobject-introspection",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "vala",
            "build-depend": true
        },
        {
            "depend": "glib",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"gee/Makefile.in\" do |s|",
        "s.gsub! \"@HAVE_INTROSPECTION_TRUE@girdir = @INTROSPECTION_GIRDIR@\",",
        "\"@HAVE_INTROSPECTION_TRUE@girdir = $(datadir)/gir-1.0\"",
        "s.gsub! \"@HAVE_INTROSPECTION_TRUE@typelibdir = @INTROSPECTION_TYPELIBDIR@\",",
        "\"@HAVE_INTROSPECTION_TRUE@typelibdir = $(libdir)/girepository-1.0\""
    ],
    "version": "0.20.1",
    "file": "libgee.rb"
}