wv: style nits
This commit is contained in:
parent
95b54182e7
commit
477e77dd34
1 changed files with 9 additions and 9 deletions
|
@ -1,15 +1,15 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class Wv < Formula
|
||||
homepage 'http://wvware.sourceforge.net/'
|
||||
url 'http://abisource.com/downloads/wv/1.2.9/wv-1.2.9.tar.gz'
|
||||
sha1 'db4717a151742dbdb492318f104504a92075543a'
|
||||
homepage "http://wvware.sourceforge.net/"
|
||||
url "http://abisource.com/downloads/wv/1.2.9/wv-1.2.9.tar.gz"
|
||||
sha1 "db4717a151742dbdb492318f104504a92075543a"
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'glib'
|
||||
depends_on 'libgsf'
|
||||
depends_on 'libwmf'
|
||||
depends_on 'libpng'
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "glib"
|
||||
depends_on "libgsf"
|
||||
depends_on "libwmf"
|
||||
depends_on "libpng"
|
||||
|
||||
def install
|
||||
ENV.libxml2
|
||||
|
|
Loading…
Reference in a new issue