summaryrefslogtreecommitdiff
path: root/homebrew/shmcat/.beer
blob: 08107a9d671454514233a4bd8cfb88ce2052bf7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Shmcat",
    "description": "Tool that dumps shared memory segments (System V and POSIX)",
    "url": "https://downloads.sourceforge.net/project/shmcat/shmcat-1.9.tar.xz",
    "mirror": null,
    "homepage": "https://shmcat.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-ftok\",",
        "\"--disable-nls\"",
        "system \"make\", \"install\""
    ],
    "version": "1.9",
    "file": "shmcat.rb"
}