summaryrefslogtreecommitdiff
path: root/homebrew/bashcompletionat2/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/bashcompletionat2/.beer')
-rw-r--r--homebrew/bashcompletionat2/.beer38
1 files changed, 38 insertions, 0 deletions
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