summaryrefslogtreecommitdiff
path: root/homebrew/gnomecommon/.beer
blob: b04470cec9bc50a65fbd1665a60bf4648a9fec1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "GnomeCommon",
    "description": "Core files for GNOME",
    "url": "https://download.gnome.org/sources/gnome-common/3.18/gnome-common-3.18.0.tar.xz",
    "mirror": null,
    "homepage": "https://gitlab.gnome.org/GNOME/gnome-common",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "3.18.0",
    "file": "gnome-common.rb"
}