summaryrefslogtreecommitdiff
path: root/homebrew/cityhash/.beer
blob: 68919b8cf1b51d99c80d2972f2b6c222fd4672a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Cityhash",
    "description": "Hash functions for strings",
    "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/cityhash/cityhash-1.1.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/google/cityhash",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.1.1",
    "file": "cityhash.rb"
}