summaryrefslogtreecommitdiff
path: root/homebrew/tofrodos/.beer
blob: 4d3f086f52ee311bd647930599e0da96220b22e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Tofrodos",
    "description": "Converts DOS <-> UNIX text files, alias tofromdos",
    "url": "https://tofrodos.sourceforge.io/download/tofrodos-1.7.13.tar.gz",
    "mirror": null,
    "homepage": "https://www.thefreecountry.com/tofrodos/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "cd \"src\" do",
        "system \"make\"",
        "bin.install %w[todos fromdos]",
        "man1.install \"fromdos.1\"",
        "man1.install_symlink \"fromdos.1\" => \"todos.1\""
    ],
    "version": "1.7.13",
    "file": "tofrodos.rb"
}