summaryrefslogtreecommitdiff
path: root/homebrew/qprint/.beer
blob: 8011dcefa0eae2d730b4c5a973714726ffe58fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Qprint",
    "description": "Encoder and decoder for quoted-printable encoding",
    "url": "https://www.fourmilab.ch/webtools/qprint/qprint-1.1.tar.gz",
    "mirror": null,
    "homepage": "https://www.fourmilab.ch/webtools/qprint",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "bin.mkpath",
        "man1.mkpath",
        "system \"make\", \"install\""
    ],
    "version": "1.1",
    "file": "qprint.rb"
}