summaryrefslogtreecommitdiff
path: root/homebrew/detox/.beer
blob: 8aa1e99788190a29f3400a9a65db933303a66ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Detox",
    "description": "Utility to replace problematic characters in filenames",
    "url": "https://downloads.sourceforge.net/project/detox/detox/1.2.0/detox-1.2.0.tar.bz2",
    "mirror": null,
    "homepage": "https://detox.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--mandir=#{man}\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "(prefix/\"etc\").mkpath",
        "pkgshare.mkpath",
        "system \"make\", \"install\""
    ],
    "version": "1.2.0",
    "file": "detox.rb"
}