diff options
Diffstat (limited to 'homebrew/reattachtousernamespace')
-rw-r--r-- | homebrew/reattachtousernamespace/.beer | 17 | ||||
-rw-r--r-- | homebrew/reattachtousernamespace/.make.sh-auto | 3 | ||||
-rw-r--r-- | homebrew/reattachtousernamespace/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/reattachtousernamespace/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/reattachtousernamespace/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/reattachtousernamespace/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/reattachtousernamespace/download.sh | 1 |
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/reattachtousernamespace/.beer b/homebrew/reattachtousernamespace/.beer new file mode 100644 index 000000000..2810e04d6 --- /dev/null +++ b/homebrew/reattachtousernamespace/.beer @@ -0,0 +1,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" +}
\ No newline at end of file diff --git a/homebrew/reattachtousernamespace/.make.sh-auto b/homebrew/reattachtousernamespace/.make.sh-auto new file mode 100644 index 000000000..fd57d4004 --- /dev/null +++ b/homebrew/reattachtousernamespace/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +make +bin.install "reattach-to-user-namespace" diff --git a/homebrew/reattachtousernamespace/_metadata/description b/homebrew/reattachtousernamespace/_metadata/description new file mode 100644 index 000000000..c29f68499 --- /dev/null +++ b/homebrew/reattachtousernamespace/_metadata/description @@ -0,0 +1 @@ +Reattach process (e.g., tmux) to background diff --git a/homebrew/reattachtousernamespace/_metadata/homepage b/homebrew/reattachtousernamespace/_metadata/homepage new file mode 100644 index 000000000..fb34b1037 --- /dev/null +++ b/homebrew/reattachtousernamespace/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard diff --git a/homebrew/reattachtousernamespace/_metadata/name b/homebrew/reattachtousernamespace/_metadata/name new file mode 100644 index 000000000..c96fcd99f --- /dev/null +++ b/homebrew/reattachtousernamespace/_metadata/name @@ -0,0 +1 @@ +ReattachToUserNamespace diff --git a/homebrew/reattachtousernamespace/_metadata/version b/homebrew/reattachtousernamespace/_metadata/version new file mode 100644 index 000000000..1effb0034 --- /dev/null +++ b/homebrew/reattachtousernamespace/_metadata/version @@ -0,0 +1 @@ +2.7 diff --git a/homebrew/reattachtousernamespace/download.sh b/homebrew/reattachtousernamespace/download.sh new file mode 100755 index 000000000..408894468 --- /dev/null +++ b/homebrew/reattachtousernamespace/download.sh @@ -0,0 +1 @@ +wget https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/archive/v2.7.tar.gz
\ No newline at end of file |