summaryrefslogtreecommitdiff
path: root/homebrew/oscats/.beer
blob: c302acbf39f9fda911bdcbb05f6debdd25b37346 (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
{
    "name": "Oscats",
    "description": "Computerized adaptive testing system",
    "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/oscats/oscats-0.6.tar.gz",
    "mirror": null,
    "homepage": "https://code.google.com/archive/p/oscats/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "gsl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.6",
    "file": "oscats.rb"
}