abcm2ps 6.6.22
Closes Homebrew/homebrew#18929. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
0eedc684f5
commit
d0f7482545
1 changed files with 16 additions and 0 deletions
16
Formula/abcm2ps.rb
Normal file
16
Formula/abcm2ps.rb
Normal file
|
@ -0,0 +1,16 @@
|
|||
require 'formula'
|
||||
|
||||
class Abcm2ps < Formula
|
||||
homepage 'http://moinejf.free.fr'
|
||||
url 'http://moinejf.free.fr/abcm2ps-6.6.22.tar.gz'
|
||||
sha1 'a59dad019320e5931f54cf3788bc19d4e095f836'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "abcm2ps"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue