summaryrefslogtreecommitdiff
path: root/homebrew/ocrad/.beer
blob: 8ba22fbcf675972597c547bfa46689f44ff9a134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Ocrad",
    "description": "Optical character recognition (OCR) program",
    "url": "https://ftp.gnu.org/gnu/ocrad/ocrad-0.26.tar.lz",
    "mirror": "https://ftpmirror.gnu.org/ocrad/ocrad-0.26.tar.lz",
    "homepage": "https://www.gnu.org/software/ocrad/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\", \"CXXFLAGS=#{ENV.cxxflags}\""
    ],
    "version": "0.26",
    "file": "ocrad.rb"
}