summaryrefslogtreecommitdiff
path: root/homebrew/fdupes/.beer
blob: d98f33570357695af95e78601cba392a024e05c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Fdupes",
    "description": "Identify or delete duplicate files",
    "url": "https://github.com/adrianlopezroche/fdupes/archive/v1.6.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/adrianlopezroche/fdupes",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"Makefile\", \"gcc\", \"#{ENV.cc} #{ENV.cflags}\"",
        "system \"make\", \"fdupes\"",
        "bin.install \"fdupes\"",
        "man1.install \"fdupes.1\""
    ],
    "version": "1.6.1",
    "file": "fdupes.rb"
}