From 0ab54e97183e86b8fd278c7c4ca79a6abb370ba7 Mon Sep 17 00:00:00 2001 From: Guo Xiao Date: Thu, 9 Apr 2015 13:22:33 +0800 Subject: xsp 3.0.11 (new formula) Closes #38473. Signed-off-by: Mike McQuaid --- Library/Formula/xsp.rb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Library/Formula/xsp.rb (limited to 'Library/Formula') diff --git a/Library/Formula/xsp.rb b/Library/Formula/xsp.rb new file mode 100644 index 000000000..6154b9fe6 --- /dev/null +++ b/Library/Formula/xsp.rb @@ -0,0 +1,21 @@ +class Xsp < Formula + homepage "https://github.com/mono/xsp" + url "https://github.com/mono/xsp/archive/3.0.11.tar.gz" + sha256 "290e302a03396c5cff7eb53dae008e9f79dd00aca15ad1e62865907220483baa" + + depends_on "mono" + depends_on "automake" => :build + depends_on "autoconf" => :build + depends_on "pkg-config" => :build + + def install + system "./autogen.sh" + system "./configure", "--disable-silent-rules", + "--prefix=#{prefix}" + system "make", "install" + end + + test do + system "xsp", "--help" + end +end -- cgit v1.2.3