From 12335518ab39608d58370c85ff9f5384ad2aa5f7 Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Sat, 20 Apr 2019 20:49:46 -0500 Subject: Ported in the homebrew-marauder for a hacky update/import system. TODO: Maybe add a license & fix up messy code. --- homebrew/bashcompletionat2/.beer | 38 ++++++++++++++++++++++++ homebrew/bashcompletionat2/.make.sh-auto | 5 ++++ homebrew/bashcompletionat2/_metadata/description | 1 + homebrew/bashcompletionat2/_metadata/homepage | 1 + homebrew/bashcompletionat2/_metadata/name | 1 + homebrew/bashcompletionat2/_metadata/version | 1 + homebrew/bashcompletionat2/download.sh | 1 + 7 files changed, 48 insertions(+) create mode 100644 homebrew/bashcompletionat2/.beer create mode 100644 homebrew/bashcompletionat2/.make.sh-auto create mode 100644 homebrew/bashcompletionat2/_metadata/description create mode 100644 homebrew/bashcompletionat2/_metadata/homepage create mode 100644 homebrew/bashcompletionat2/_metadata/name create mode 100644 homebrew/bashcompletionat2/_metadata/version create mode 100755 homebrew/bashcompletionat2/download.sh (limited to 'homebrew/bashcompletionat2') diff --git a/homebrew/bashcompletionat2/.beer b/homebrew/bashcompletionat2/.beer new file mode 100644 index 000000000..1b362ee0d --- /dev/null +++ b/homebrew/bashcompletionat2/.beer @@ -0,0 +1,38 @@ +{ + "name": "BashCompletionAT2", + "description": "Programmable completion for Bash 4.1+", + "url": "https://github.com/scop/bash-completion/releases/download/2.8/bash-completion-2.8.tar.xz", + "mirror": null, + "homepage": "https://github.com/scop/bash-completion", + "depends": [ + { + "depend": "autoconf", + "build-depend": true + }, + { + "depend": "automake", + "build-depend": true + }, + { + "depend": "bash", + "build-depend": false + } + ], + "resource": [], + "conflicts": [ + { + "conflict": "bash-completion", + "reason": "Differing version of same formula" + } + ], + "patches": [], + "install": [ + "inreplace \"bash_completion\", \"readlink -f\", \"readlink\"", + "system \"autoreconf\", \"-i\" if build.head?", + "system \"./configure\", \"--prefix=#{prefix}\"", + "ENV.deparallelize", + "system \"make\", \"install\"" + ], + "version": "2.8", + "file": "bash-completion@2.rb" +} \ No newline at end of file diff --git a/homebrew/bashcompletionat2/.make.sh-auto b/homebrew/bashcompletionat2/.make.sh-auto new file mode 100644 index 000000000..c3dffc9fd --- /dev/null +++ b/homebrew/bashcompletionat2/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +inreplace "bash_completion", "readlink -f", "readlink" +pkg:configure +ENV.deparallelize +make DESTDIR=${PKG_DEST} install diff --git a/homebrew/bashcompletionat2/_metadata/description b/homebrew/bashcompletionat2/_metadata/description new file mode 100644 index 000000000..8654e3ec8 --- /dev/null +++ b/homebrew/bashcompletionat2/_metadata/description @@ -0,0 +1 @@ +Programmable completion for Bash 4.1+ diff --git a/homebrew/bashcompletionat2/_metadata/homepage b/homebrew/bashcompletionat2/_metadata/homepage new file mode 100644 index 000000000..e162d8b8c --- /dev/null +++ b/homebrew/bashcompletionat2/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/scop/bash-completion diff --git a/homebrew/bashcompletionat2/_metadata/name b/homebrew/bashcompletionat2/_metadata/name new file mode 100644 index 000000000..0e3278cf4 --- /dev/null +++ b/homebrew/bashcompletionat2/_metadata/name @@ -0,0 +1 @@ +BashCompletionAT2 diff --git a/homebrew/bashcompletionat2/_metadata/version b/homebrew/bashcompletionat2/_metadata/version new file mode 100644 index 000000000..a4412fa74 --- /dev/null +++ b/homebrew/bashcompletionat2/_metadata/version @@ -0,0 +1 @@ +2.8 diff --git a/homebrew/bashcompletionat2/download.sh b/homebrew/bashcompletionat2/download.sh new file mode 100755 index 000000000..20cd80187 --- /dev/null +++ b/homebrew/bashcompletionat2/download.sh @@ -0,0 +1 @@ +wget https://github.com/scop/bash-completion/releases/download/2.8/bash-completion-2.8.tar.xz \ No newline at end of file -- cgit v1.2.3