summaryrefslogtreecommitdiff
path: root/homebrew/clean/.beer
blob: 8acba74b9e9368ec875026ec2e4a72b8f3688372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Clean",
    "description": "Search for files matching a regex and delete them",
    "url": "https://downloads.sourceforge.net/project/clean/clean/3.4/clean-3.4.tar.bz2",
    "mirror": null,
    "homepage": "https://clean.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install \"clean\"",
        "man1.install \"clean.1\""
    ],
    "version": "3.4",
    "file": "clean.rb"
}