From 5c1ae4c4921bd91645cfc5405ea9c5badf536702 Mon Sep 17 00:00:00 2001 From: ari Date: Tue, 4 Jun 2013 14:26:26 +0200 Subject: sbuild 0.4.0 A scala-based build system Closes #20244. Signed-off-by: Adam Vandenberg --- Library/Formula/sbuild.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/sbuild.rb (limited to 'Library/Formula') diff --git a/Library/Formula/sbuild.rb b/Library/Formula/sbuild.rb new file mode 100644 index 000000000..58e4cf00c --- /dev/null +++ b/Library/Formula/sbuild.rb @@ -0,0 +1,17 @@ +require 'formula' + +class Sbuild < Formula + homepage 'http://sbuild.tototec.de/sbuild/projects/sbuild/wiki' + url 'http://sbuild.tototec.de/sbuild/attachments/download/57/sbuild-0.4.0-dist.zip' + sha1 'f206a97c810d925f2bd06bc463c55d5cd7483ca5' + + def install + libexec.install Dir['*'] + system "chmod +x #{libexec}/bin/sbuild" + bin.install_symlink libexec/"bin/sbuild" + end + + test do + system "#{bin}/sbuild", "--help" + end +end -- cgit v1.2.3