summaryrefslogtreecommitdiff
path: root/homebrew/digitemp/.beer
blob: 2283dd0550ac034bf57a21c1f12371bf06eaac27 (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
30
31
32
33
34
{
    "name": "Digitemp",
    "description": "Read temperature sensors in a 1-Wire net",
    "url": "https://github.com/bcl/digitemp/archive/v3.7.2.tar.gz",
    "mirror": null,
    "homepage": "https://www.digitemp.com/",
    "depends": [
        {
            "depend": "libusb-compat",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir_p \"build-serial/src\"",
        "mkdir_p \"build-serial/userial/ds9097\"",
        "mkdir_p \"build-serial/userial/ds9097u\"",
        "mkdir_p \"build-usb/src\"",
        "mkdir_p \"build-usb/userial/ds2490\"",
        "system \"make\", \"-C\", \"build-serial\", \"-f\", \"../Makefile\", \"SRCDIR=..\", \"ds9097\", \"ds9097u\"",
        "system \"make\", \"-C\", \"build-usb\", \"-f\", \"../Makefile\", \"SRCDIR=..\", \"ds2490\"",
        "bin.install \"build-serial/digitemp_DS9097\"",
        "bin.install \"build-serial/digitemp_DS9097U\"",
        "bin.install \"build-usb/digitemp_DS2490\"",
        "man1.install \"digitemp.1\"",
        "man1.install_symlink \"digitemp.1\" => \"digitemp_DS9097.1\"",
        "man1.install_symlink \"digitemp.1\" => \"digitemp_DS9097U.1\"",
        "man1.install_symlink \"digitemp.1\" => \"digitemp_DS2490.1\""
    ],
    "version": "3.7.2",
    "file": "digitemp.rb"
}