summaryrefslogtreecommitdiff
path: root/homebrew/adrtools/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/adrtools/.beer')
-rw-r--r--homebrew/adrtools/.beer25
1 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/adrtools/.beer b/homebrew/adrtools/.beer
new file mode 100644
index 000000000..cfed76575
--- /dev/null
+++ b/homebrew/adrtools/.beer
@@ -0,0 +1,25 @@
+{
+ "name": "AdrTools",
+ "description": "CLI tool for working with Architecture Decision Records",
+ "url": "https://github.com/npryce/adr-tools/archive/3.0.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/npryce/adr-tools",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "config = buildpath/\"src/adr-config\"",
+ "config.unlink",
+ "config.write <<~EOS",
+ "#!/bin/bash",
+ "echo 'adr_bin_dir=\\\"#{bin}\\\"'",
+ "echo 'adr_template_dir=\\\"#{prefix}\\\"'",
+ "EOS",
+ "prefix.install Dir[\"src/*.md\"]",
+ "bin.install Dir[\"src/*\"]",
+ "bash_completion.install \"autocomplete/adr\" => \"adr-tools\""
+ ],
+ "version": "3.0.0",
+ "file": "adr-tools.rb"
+} \ No newline at end of file