summaryrefslogtreecommitdiff
path: root/homebrew/reattachtousernamespace/.beer
blob: 2810e04d6fd49090b12264d1f0ba85215f08fa74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "ReattachToUserNamespace",
    "description": "Reattach process (e.g., tmux) to background",
    "url": "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/archive/v2.7.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install \"reattach-to-user-namespace\""
    ],
    "version": "2.7",
    "file": "reattach-to-user-namespace.rb"
}