summaryrefslogtreecommitdiff
path: root/homebrew/epstool/.beer
blob: a833182682aa582ac328f503cacbc84b7638445e (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
{
    "name": "Epstool",
    "description": "Edit preview images and fix bounding boxes in EPS files",
    "url": "https://src.fedoraproject.org/repo/pkgs/epstool/epstool-3.08.tar.gz/465a57a598dbef411f4ecbfbd7d4c8d7/epstool-3.08.tar.gz",
    "mirror": "https://dl.bintray.com/homebrew/mirror/epstool-3.08.tar.gz",
    "homepage": "http://www.ghostgum.com.au/software/epstool.htm",
    "depends": [
        {
            "depend": "ghostscript",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"install\",",
        "\"EPSTOOL_ROOT=#{prefix}\",",
        "\"EPSTOOL_MANDIR=#{man}\",",
        "\"CC=#{ENV.cc}\""
    ],
    "version": "3.08",
    "file": "epstool.rb"
}