summaryrefslogtreecommitdiff
path: root/homebrew/xxhash/.beer
blob: e3a8a82bcc626167a67a780e7b159717f47dd115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Xxhash",
    "description": "Extremely fast non-cryptographic hash algorithm",
    "url": "https://github.com/Cyan4973/xxHash/archive/v0.7.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/Cyan4973/xxHash",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "0.7.0",
    "file": "xxhash.rb"
}