summaryrefslogtreecommitdiff
path: root/homebrew/npth/.beer
blob: 3441aa7ae6385511c27e92fbce8e202cfdf56960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Npth",
    "description": "New GNU portable threads library",
    "url": "https://gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2",
    "mirror": "https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/npth/npth-1.6.tar.bz2",
    "homepage": "https://gnupg.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.6",
    "file": "npth.rb"
}