summaryrefslogtreecommitdiff
path: root/homebrew/liblqr/.beer
blob: 34bd55a97ba5fa26648e986a34304697cfa97ca1 (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
{
    "name": "Liblqr",
    "description": "C/C++ seam carving library",
    "url": "https://liblqr.wdfiles.com/local--files/en:download-page/liblqr-1-0.4.2.tar.bz2",
    "mirror": null,
    "homepage": "https://liblqr.wikidot.com/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "glib",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.4.2",
    "file": "liblqr.rb"
}