summaryrefslogtreecommitdiff
path: root/homebrew/afio/.beer
blob: ca12fa33bd6054bb6dc61d170bbeafad04930b7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Afio",
    "description": "Creates cpio-format archives",
    "url": "http://members.chello.nl/~k.holtman/afio-2.5.2.tgz",
    "mirror": null,
    "homepage": "http://members.chello.nl/~k.holtman/afio.html",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"DESTDIR=#{prefix}\"",
        "bin.install \"afio\"",
        "man1.install \"afio.1\"",
        "prefix.install \"ANNOUNCE-2.5.1\" => \"ANNOUNCE\"",
        "prefix.install %w[INSTALLATION SCRIPTS]",
        "share.install Dir[\"script*\"]"
    ],
    "version": "2.5.2",
    "file": "afio.rb"
}