summaryrefslogtreecommitdiff
path: root/homebrew/libsigcxx/.beer
blob: 2db17d070796c726a9fcee65a1a9dd4c44a17695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Libsigcxx",
    "description": "Callback framework for C++",
    "url": "https://download.gnome.org/sources/libsigc++/2.10/libsigc++-2.10.1.tar.xz",
    "mirror": null,
    "homepage": "https://libsigcplusplus.github.io/libsigcplusplus/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--disable-dependency-tracking\"",
        "system \"make\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\""
    ],
    "version": "2.10.1",
    "file": "libsigc++.rb"
}