summaryrefslogtreecommitdiff
path: root/homebrew/gperf/.beer
blob: 5c55941dc170732a1748b2fbe3ae546c70b51c6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Gperf",
    "description": "Perfect hash function generator",
    "url": "https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz",
    "mirror": "https://ftpmirror.gnu.org/gperf/gperf-3.1.tar.gz",
    "homepage": "https://www.gnu.org/software/gperf",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "3.1",
    "file": "gperf.rb"
}