From dcee77f4dd4b437d83a9a8f30b9ead29c5bd6216 Mon Sep 17 00:00:00 2001 From: Samuel Cochran Date: Thu, 12 Sep 2013 19:17:34 +1000 Subject: st 1.0.8 Closes #22489. Signed-off-by: Adam Vandenberg --- Library/Formula/st.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/st.rb (limited to 'Library/Formula') diff --git a/Library/Formula/st.rb b/Library/Formula/st.rb new file mode 100644 index 000000000..6bcde654d --- /dev/null +++ b/Library/Formula/st.rb @@ -0,0 +1,12 @@ +require 'formula' + +class St < Formula + homepage 'https://github.com/nferraz/st' + url 'https://github.com/nferraz/st/archive/v1.0.8.tar.gz' + sha1 'cb85e1fba35aeeafe347088ccae910f9072bf91e' + + def install + system "perl", "Makefile.PL", "PREFIX=#{prefix}" + system "make", "install" + end +end -- cgit v1.2.3