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/rustccompletion | |
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/rustccompletion')
-rw-r--r-- | homebrew/rustccompletion/.beer | 21 | ||||
-rw-r--r-- | homebrew/rustccompletion/.make.sh-auto | 2 | ||||
-rw-r--r-- | homebrew/rustccompletion/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/rustccompletion/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/rustccompletion/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/rustccompletion/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/rustccompletion/download.sh | 1 | ||||
-rwxr-xr-x | homebrew/rustccompletion/patches.sh | 1 |
8 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/rustccompletion/.beer b/homebrew/rustccompletion/.beer new file mode 100644 index 000000000..5745c7f32 --- /dev/null +++ b/homebrew/rustccompletion/.beer @@ -0,0 +1,21 @@ +{ + "name": "RustcCompletion", + "description": "Bash completion for rustc", + "url": "https://github.com/roshan/rust-bash-completion/archive/0.12.1.tar.gz", + "mirror": null, + "homepage": "https://github.com/roshan/rust-bash-completion", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [ + { + "url": "https://github.com/roshan/rust-bash-completion/commit/932e9bb4e9f28c2785de2b8db6f0e8c050f4f9be.diff?full_index=1", + "strip": "1" + } + ], + "install": [ + "bash_completion.install \"etc/bash_completion.d/rustc\"" + ], + "version": "0.12.1", + "file": "rustc-completion.rb" +}
\ No newline at end of file diff --git a/homebrew/rustccompletion/.make.sh-auto b/homebrew/rustccompletion/.make.sh-auto new file mode 100644 index 000000000..77c28c9dd --- /dev/null +++ b/homebrew/rustccompletion/.make.sh-auto @@ -0,0 +1,2 @@ +pkg:setup +bash_completion.install "etc/bash_completion.d/rustc" diff --git a/homebrew/rustccompletion/_metadata/description b/homebrew/rustccompletion/_metadata/description new file mode 100644 index 000000000..d4216ade1 --- /dev/null +++ b/homebrew/rustccompletion/_metadata/description @@ -0,0 +1 @@ +Bash completion for rustc diff --git a/homebrew/rustccompletion/_metadata/homepage b/homebrew/rustccompletion/_metadata/homepage new file mode 100644 index 000000000..8a30b1b11 --- /dev/null +++ b/homebrew/rustccompletion/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/roshan/rust-bash-completion diff --git a/homebrew/rustccompletion/_metadata/name b/homebrew/rustccompletion/_metadata/name new file mode 100644 index 000000000..b0cb8246f --- /dev/null +++ b/homebrew/rustccompletion/_metadata/name @@ -0,0 +1 @@ +RustcCompletion diff --git a/homebrew/rustccompletion/_metadata/version b/homebrew/rustccompletion/_metadata/version new file mode 100644 index 000000000..34a83616b --- /dev/null +++ b/homebrew/rustccompletion/_metadata/version @@ -0,0 +1 @@ +0.12.1 diff --git a/homebrew/rustccompletion/download.sh b/homebrew/rustccompletion/download.sh new file mode 100755 index 000000000..f784b3374 --- /dev/null +++ b/homebrew/rustccompletion/download.sh @@ -0,0 +1 @@ +wget https://github.com/roshan/rust-bash-completion/archive/0.12.1.tar.gz
\ No newline at end of file diff --git a/homebrew/rustccompletion/patches.sh b/homebrew/rustccompletion/patches.sh new file mode 100755 index 000000000..620252aff --- /dev/null +++ b/homebrew/rustccompletion/patches.sh @@ -0,0 +1 @@ +wget https://github.com/roshan/rust-bash-completion/commit/932e9bb4e9f28c2785de2b8db6f0e8c050f4f9be.diff?full_index=1 |