summaryrefslogtreecommitdiff
path: root/homebrew/torrentcheck/.beer
blob: 9a36e978c73e2e483ef9a33d19b767411d13f471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Torrentcheck",
    "description": "Command-line torrent viewer and hash checker",
    "url": "https://downloads.sourceforge.net/project/torrentcheck/torrentcheck-1.00.zip",
    "mirror": null,
    "homepage": "https://torrentcheck.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"torrentcheck.c\", \"#include <malloc.h>\", \"\"",
        "system ENV.cc, \"torrentcheck.c\", \"sha1.c\", \"-o\", \"torrentcheck\", *ENV.cflags.to_s.split",
        "bin.install \"torrentcheck\""
    ],
    "version": "1.00",
    "file": "torrentcheck.rb"
}