summaryrefslogtreecommitdiff
path: root/homebrew/ssdeep/.beer
blob: b2912591a7b4d087f83127cf62f2f384c7f1ce9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Ssdeep",
    "description": "Recursive piecewise hashing tool",
    "url": "https://github.com/ssdeep-project/ssdeep/releases/download/release-2.14.1/ssdeep-2.14.1.tar.gz",
    "mirror": null,
    "homepage": "https://ssdeep-project.github.io/ssdeep/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.14.1",
    "file": "ssdeep.rb"
}