summaryrefslogtreecommitdiff
path: root/homebrew/rdfind/.beer
blob: 28f0b172d4b08a9faa0e1b985c7db8450cbc77aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "Rdfind",
    "description": "Find duplicate files based on content (NOT file names)",
    "url": "https://rdfind.pauldreik.se/rdfind-1.4.1.tar.gz",
    "mirror": null,
    "homepage": "https://rdfind.pauldreik.se/",
    "depends": [
        {
            "depend": "nettle",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.4.1",
    "file": "rdfind.rb"
}