summaryrefslogtreecommitdiff
path: root/homebrew/modules/.beer
blob: 0db7cc8e40b202ec4ae9750385fdb352cd8cf244 (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
{
    "name": "Modules",
    "description": "Dynamic modification of a user",
    "url": "https://downloads.sourceforge.net/project/modules/Modules/modules-4.2.3/modules-4.2.3.tar.bz2",
    "mirror": null,
    "homepage": "https://modules.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-dependency-tracking",
        "--prefix=#{prefix}",
        "--datarootdir=#{share}",
        "--with-tcl=#{MacOS.sdk_path}/System/Library/Frameworks/Tcl.framework",
        "--without-x",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "4.2.3",
    "file": "modules.rb"
}