summaryrefslogtreecommitdiff
path: root/homebrew/dhcping/.beer
blob: 7bea5114b91a2d855074b28959813d4d689b1a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Dhcping",
    "description": "Perform a dhcp-request to check whether a dhcp-server is running",
    "url": "https://www.mavetju.org/download/dhcping-1.2.tar.gz",
    "mirror": "https://mirrors.kernel.org/debian/pool/main/d/dhcping/dhcping_1.2.orig.tar.gz",
    "homepage": "https://www.mavetju.org/unix/general.php",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.2",
    "file": "dhcping.rb"
}