pakchois 0.4
Closes Homebrew/homebrew#16767. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7ce98ac16f
commit
71fbb582c5
1 changed files with 13 additions and 0 deletions
13
Formula/pakchois.rb
Normal file
13
Formula/pakchois.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Pakchois < Formula
|
||||
homepage 'http://www.manyfish.co.uk/pakchois/'
|
||||
url 'http://www.manyfish.co.uk/pakchois/pakchois-0.4.tar.gz'
|
||||
sha1 'dea8a9a50ec06595b498bdefd1daacdb86e9ceda'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue