summaryrefslogtreecommitdiff
path: root/homebrew/pth/.beer
blob: cce1a94b7730292e0ca6e105ca15f447c485c246 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Pth",
    "description": "GNU Portable THreads",
    "url": "https://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz",
    "mirror": "https://ftpmirror.gnu.org/pth/pth-2.0.7.tar.gz",
    "homepage": "https://www.gnu.org/software/pth/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.deparallelize",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
        "system \"make\"",
        "system \"make\", \"test\"",
        "system \"make\", \"install\""
    ],
    "version": "2.0.7",
    "file": "pth.rb"
}