summaryrefslogtreecommitdiff
path: root/homebrew/hashcash/.beer
blob: fec946e70ad9e6f476e780dc58249c55530521a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Hashcash",
    "description": "Proof-of-work algorithm to counter denial-of-service (DoS) attacks",
    "url": "http://hashcash.org/source/hashcash-1.22.tgz",
    "mirror": null,
    "homepage": "http://hashcash.org",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"install\",",
        "\"PACKAGER=HOMEBREW\",",
        "\"INSTALL_PATH=#{bin}\",",
        "\"MAN_INSTALL_PATH=#{man1}\",",
        "\"DOC_INSTALL_PATH=#{doc}\""
    ],
    "version": "1.22",
    "file": "hashcash.rb"
}