diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-20 20:49:46 -0500 |
---|---|---|
committer | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-23 20:18:47 -0500 |
commit | 12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch) | |
tree | 352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/tmuxinatorcompletion | |
parent | a2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff) |
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/tmuxinatorcompletion')
-rw-r--r-- | homebrew/tmuxinatorcompletion/.beer | 18 | ||||
-rw-r--r-- | homebrew/tmuxinatorcompletion/.make.sh-auto | 4 | ||||
-rw-r--r-- | homebrew/tmuxinatorcompletion/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/tmuxinatorcompletion/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/tmuxinatorcompletion/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/tmuxinatorcompletion/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/tmuxinatorcompletion/download.sh | 1 |
7 files changed, 27 insertions, 0 deletions
diff --git a/homebrew/tmuxinatorcompletion/.beer b/homebrew/tmuxinatorcompletion/.beer new file mode 100644 index 000000000..e1df9cd2b --- /dev/null +++ b/homebrew/tmuxinatorcompletion/.beer @@ -0,0 +1,18 @@ +{ + "name": "TmuxinatorCompletion", + "description": "Shell completion for Tmuxinator", + "url": "https://github.com/tmuxinator/tmuxinator/archive/v0.15.0.tar.gz", + "mirror": null, + "homepage": "https://github.com/tmuxinator/tmuxinator", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "bash_completion.install \"completion/tmuxinator.bash\" => \"tmuxinator\"", + "zsh_completion.install \"completion/tmuxinator.zsh\" => \"_tmuxinator\"", + "fish_completion.install Dir[\"completion/*.fish\"]" + ], + "version": "0.15.0", + "file": "tmuxinator-completion.rb" +}
\ No newline at end of file diff --git a/homebrew/tmuxinatorcompletion/.make.sh-auto b/homebrew/tmuxinatorcompletion/.make.sh-auto new file mode 100644 index 000000000..b7e160b8c --- /dev/null +++ b/homebrew/tmuxinatorcompletion/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +bash_completion.install "completion/tmuxinator.bash" => "tmuxinator" +zsh_completion.install "completion/tmuxinator.zsh" => "_tmuxinator" +fish_completion.install Dir["completion/*.fish"] diff --git a/homebrew/tmuxinatorcompletion/_metadata/description b/homebrew/tmuxinatorcompletion/_metadata/description new file mode 100644 index 000000000..e640aa3d7 --- /dev/null +++ b/homebrew/tmuxinatorcompletion/_metadata/description @@ -0,0 +1 @@ +Shell completion for Tmuxinator diff --git a/homebrew/tmuxinatorcompletion/_metadata/homepage b/homebrew/tmuxinatorcompletion/_metadata/homepage new file mode 100644 index 000000000..00c935e59 --- /dev/null +++ b/homebrew/tmuxinatorcompletion/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/tmuxinator/tmuxinator diff --git a/homebrew/tmuxinatorcompletion/_metadata/name b/homebrew/tmuxinatorcompletion/_metadata/name new file mode 100644 index 000000000..ac611493b --- /dev/null +++ b/homebrew/tmuxinatorcompletion/_metadata/name @@ -0,0 +1 @@ +TmuxinatorCompletion diff --git a/homebrew/tmuxinatorcompletion/_metadata/version b/homebrew/tmuxinatorcompletion/_metadata/version new file mode 100644 index 000000000..a55105169 --- /dev/null +++ b/homebrew/tmuxinatorcompletion/_metadata/version @@ -0,0 +1 @@ +0.15.0 diff --git a/homebrew/tmuxinatorcompletion/download.sh b/homebrew/tmuxinatorcompletion/download.sh new file mode 100755 index 000000000..78f079f6f --- /dev/null +++ b/homebrew/tmuxinatorcompletion/download.sh @@ -0,0 +1 @@ +wget https://github.com/tmuxinator/tmuxinator/archive/v0.15.0.tar.gz
\ No newline at end of file |