diff options
Diffstat (limited to 'homebrew/boxes/.beer')
-rw-r--r-- | homebrew/boxes/.beer | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/homebrew/boxes/.beer b/homebrew/boxes/.beer new file mode 100644 index 000000000..5991112dc --- /dev/null +++ b/homebrew/boxes/.beer @@ -0,0 +1,19 @@ +{ + "name": "Boxes", + "description": "Draw boxes around text", + "url": "https://github.com/ascii-boxes/boxes/archive/v1.3.tar.gz", + "mirror": null, + "homepage": "https://boxes.thomasjensen.com/", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"make\", \"GLOBALCONF=#{share}/boxes-config\", \"CC=#{ENV.cc}\"", + "bin.install \"src/boxes\"", + "man1.install \"doc/boxes.1\"", + "share.install \"boxes-config\"" + ], + "version": "1.3", + "file": "boxes.rb" +}
\ No newline at end of file |