summaryrefslogtreecommitdiff
path: root/data/dos2unix/.beer
blob: 248d91f96f016e1563e59d1e7b80b62cc74e8415 (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": "Dos2unix",
    "description": "Convert text between DOS, UNIX, and Mac formats",
    "url": "https://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.4.0.tar.gz",
    "mirror": "https://fossies.org/linux/misc/dos2unix-7.4.0.tar.gz",
    "homepage": "https://waterlan.home.xs4all.nl/dos2unix.html",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "prefix=#{prefix}",
        "CC=#{ENV.cc}",
        "CPP=#{ENV.cc}",
        "CFLAGS=#{ENV.cflags}",
        "ENABLE_NLS=",
        "install",
        "]",
        "system \"make\", *args"
    ],
    "version": "7.4.0",
    "file": "dos2unix.rb"
}