summaryrefslogtreecommitdiff
path: root/homebrew/rsstail/.beer
blob: c92a370b6e301f93c3d3f11a8888969c81dfdd0c (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
25
26
27
28
29
{
    "name": "Rsstail",
    "description": "Monitors an RSS feed and emits new entries when detected",
    "url": "https://www.vanheusden.com/rsstail/rsstail-2.1.tgz",
    "mirror": null,
    "homepage": "https://www.vanheusden.com/rsstail/",
    "depends": [
        {
            "depend": "libmrss",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "libiconv_hook",
            "url": "https://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/pool/universe/liba/libapache-mod-encoding/libapache-mod-encoding_0.0.20021209.orig.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "(buildpath/\"libiconv_hook\").install resource(\"libiconv_hook\")",
        "cd \"libiconv_hook/lib\" do",
        "system \"./configure\", \"--disable-shared\"",
        "system \"make\""
    ],
    "version": "2.1",
    "file": "rsstail.rb"
}