summaryrefslogtreecommitdiff
path: root/homebrew/libimagequant/.beer
blob: 19e484e366e279a509b821f2df60d952547a7a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Libimagequant",
    "description": "Palette quantization library extracted from pnquant2",
    "url": "https://github.com/ImageOptim/libimagequant/archive/2.12.2.tar.gz",
    "mirror": null,
    "homepage": "https://pngquant.org/lib/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.12.2",
    "file": "libimagequant.rb"
}