APE 1.1.0

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Alexander Simonov 2011-09-15 16:05:25 +03:00 committed by Adam Vandenberg
parent 3e99604803
commit b46ba5a7f3
1 changed files with 12 additions and 0 deletions

12
Formula/ape.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Ape < Formula
homepage 'http://www.ape-project.org/'
url 'https://github.com/APE-Project/APE_Server/tarball/v1.1.0'
md5 '8e2d75bc558aa908e18c6765fc65eb53'
def install
system "./build.sh"
system "make", "install", "prefix=#{prefix}"
end
end