From 3bf3c7212460511cd5b83efc6919d2fa93dcf574 Mon Sep 17 00:00:00 2001 From: Leroux Cifer Date: Wed, 30 Jan 2013 01:50:42 -0600 Subject: tenyr 0.5.0 Closes #17433. Signed-off-by: Adam Vandenberg --- Library/Formula/tenyr.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/tenyr.rb (limited to 'Library/Formula') diff --git a/Library/Formula/tenyr.rb b/Library/Formula/tenyr.rb new file mode 100644 index 000000000..89b0d783f --- /dev/null +++ b/Library/Formula/tenyr.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Tenyr < Formula + homepage 'http://tenyr.info/' + url 'https://github.com/kulp/tenyr/archive/v0.5.0.tar.gz' + sha1 '90b2ef38c25c9d35a9114c28994655b81466f466' + + head 'https://github.com/kulp/tenyr.git' + + depends_on 'bison' # tenyr requires bison >= 2.5 + + def install + system "make" + bin.install 'tsim', 'tas', 'tld' + end +end -- cgit v1.2.3