From ae270a6d7495bfb110b1154a50ff60ebf500cf46 Mon Sep 17 00:00:00 2001 From: Dan Palmer Date: Thu, 8 Aug 2013 23:16:17 +0100 Subject: radamsa 0.3 Closes #21772. Signed-off-by: Adam Vandenberg --- Library/Formula/radamsa.rb | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Library/Formula/radamsa.rb (limited to 'Library/Formula') diff --git a/Library/Formula/radamsa.rb b/Library/Formula/radamsa.rb new file mode 100644 index 000000000..145b04ff9 --- /dev/null +++ b/Library/Formula/radamsa.rb @@ -0,0 +1,31 @@ +require 'formula' + +class Radamsa < Formula + homepage 'https://code.google.com/p/ouspg/wiki/Radamsa' + url 'https://ouspg.googlecode.com/files/radamsa-0.3.tar.gz' + sha1 '94664298b9c5c1563fe4aa7b8fc8530bb6628a51' + + def install + system "make" + man1.install "doc/radamsa.1" + prefix.install Dir['*'] + end + + def caveats; <<-EOS.undent + The Radamsa binary has been installed. + The Lisp source code has been copied to: + #{prefix}/rad + + To be able to recompile the source to C, you will need run: + $ make get-owl + + Tests can be run with: + $ make .seal-of-quality + + EOS + end + + test do + system "radamsa -V" + end +end -- cgit v1.2.3