summaryrefslogtreecommitdiff
path: root/homebrew/sblimsfcc/.beer
blob: 2e3271658fb8f178bb6a2d6cb7d7cfffdd6fd193 (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
{
    "name": "SblimSfcc",
    "description": "Project to enhance the manageability of GNU/Linux system",
    "url": "https://downloads.sourceforge.net/project/sblim/sblim-sfcc/sblim-sfcc-2.2.8.tar.bz2",
    "mirror": null,
    "homepage": "https://sourceforge.net/projects/sblim/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--disable-dependency-tracking\"",
        "system \"make\", \"install\""
    ],
    "version": "2.2.8",
    "file": "sblim-sfcc.rb"
}