diff options
Diffstat (limited to 'homebrew/bats/.beer')
-rw-r--r-- | homebrew/bats/.beer | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/homebrew/bats/.beer b/homebrew/bats/.beer new file mode 100644 index 000000000..793c127f6 --- /dev/null +++ b/homebrew/bats/.beer @@ -0,0 +1,21 @@ +{ + "name": "Bats", + "description": "TAP-compliant test framework for Bash scripts", + "url": "https://github.com/sstephenson/bats/archive/v0.4.0.tar.gz", + "mirror": null, + "homepage": "https://github.com/sstephenson/bats", + "depends": [], + "resource": [], + "conflicts": [ + { + "conflict": "bats-core", + "reason": "both install `bats` executables" + } + ], + "patches": [], + "install": [ + "system \"./install.sh\", prefix" + ], + "version": "0.4.0", + "file": "bats.rb" +}
\ No newline at end of file |