From 778c1ae5ecdc68463e01f2f5674ee33dcfd6dbb1 Mon Sep 17 00:00:00 2001 From: Jan Stępień Date: Thu, 18 Jul 2013 19:25:06 +0200 Subject: ponysay 3.0.1 Closes #21312. Signed-off-by: Misty De Meo --- Library/Formula/ponysay.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Library/Formula/ponysay.rb (limited to 'Library') diff --git a/Library/Formula/ponysay.rb b/Library/Formula/ponysay.rb new file mode 100644 index 000000000..f23aee4f7 --- /dev/null +++ b/Library/Formula/ponysay.rb @@ -0,0 +1,19 @@ +require 'formula' + +class Ponysay < Formula + homepage 'http://terse.tk/ponysay/' + url 'https://github.com/erkin/ponysay/archive/3.0.1.tar.gz' + sha1 'bb867de2cf20a4bc454143d214c8968a0bdbe715' + + depends_on :python3 + depends_on "coreutils" + + def install + system "./setup.py", + "--freedom=partial", + "--prefix=#{prefix}", + "--cache-dir=#{prefix}/var/cache", + "--sysconf-dir=#{prefix}/etc", + "install" + end +end -- cgit v1.2.3