summaryrefslogtreecommitdiff
path: root/homebrew/libsquish/.beer
blob: 5e0d4f29e483b7b871e7492458a1bd8e66554ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Libsquish",
    "description": "Library for compressing images with the DXT standard",
    "url": "https://downloads.sourceforge.net/project/libsquish/libsquish-1.15.tgz",
    "mirror": null,
    "homepage": "https://sourceforge.net/projects/libsquish/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "1.15",
    "file": "libsquish.rb"
}