summaryrefslogtreecommitdiff
path: root/homebrew/yasm/.beer
blob: e8dec568fb6bdf4f02e6da062fc18ae6b05846f7 (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
35
36
37
{
    "name": "Yasm",
    "description": "Modular BSD reimplementation of NASM",
    "url": "https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz",
    "mirror": "https://ftp.openbsd.org/pub/OpenBSD/distfiles/yasm-1.3.0.tar.gz",
    "homepage": "https://yasm.tortall.net/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-debug",
        "--prefix=#{prefix}",
        "--disable-python",
        "]",
        "ENV.deparallelize",
        "system \"./autogen.sh\" if build.head?",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "1.3.0",
    "file": "yasm.rb"
}