summaryrefslogtreecommitdiff
path: root/homebrew/tinyproxy/.beer
blob: 8bc1c6843ef043007cac69b15d5ad72c5218bc1b (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
{
    "name": "Tinyproxy",
    "description": "HTTP/HTTPS proxy for POSIX systems",
    "url": "https://github.com/tinyproxy/tinyproxy/releases/download/1.10.0/tinyproxy-1.10.0.tar.xz",
    "mirror": null,
    "homepage": "https://www.banu.com/tinyproxy/",
    "depends": [
        {
            "depend": "asciidoc",
            "build-depend": true
        },
        {
            "depend": "docbook-xsl",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "(var/\"log/tinyproxy\").mkpath",
        "(var/\"run/tinyproxy\").mkpath"
    ],
    "version": "1.10.0",
    "file": "tinyproxy.rb"
}