New Formula: figtoipe
Closes Homebrew/homebrew#8052. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
98704cdb8d
commit
b7cd805dd0
1 changed files with 14 additions and 0 deletions
14
Formula/figtoipe.rb
Normal file
14
Formula/figtoipe.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Figtoipe < Formula
|
||||
url 'http://downloads.sourceforge.net/project/ipe7/tools/figtoipe-20091205.tar.gz'
|
||||
homepage 'http://ipe7.sourceforge.net/'
|
||||
md5 'a19e0712df137939c37c194b551da6b8'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install "figtoipe"
|
||||
man1.install "figtoipe.1"
|
||||
doc.install "README"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue