From 647e6877137d016aa8ded422c8041828f38b3f0a Mon Sep 17 00:00:00 2001 From: Guy Rozendorn Date: Thu, 22 Aug 2013 12:44:04 +0300 Subject: shellinabox 2.14 Closes #22060. Signed-off-by: Adam Vandenberg --- Library/Formula/shellinabox.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/shellinabox.rb (limited to 'Library/Formula') diff --git a/Library/Formula/shellinabox.rb b/Library/Formula/shellinabox.rb new file mode 100644 index 000000000..e02ea809c --- /dev/null +++ b/Library/Formula/shellinabox.rb @@ -0,0 +1,17 @@ +require 'formula' + +class Shellinabox < Formula + homepage 'https://code.google.com/p/shellinabox/' + url 'https://shellinabox.googlecode.com/files/shellinabox-2.14.tar.gz' + sha1 '9e01f58c68cb53211b83d0f02e676e0d50deb781' + + def install + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}" + system "make", "install" + end + + test do + system "#{bin}/shellinaboxd", "--version" + end +end -- cgit v1.2.3