Skip to content

Commit

Permalink
suomi-malaga-voikko: quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed May 26, 2014
1 parent f289598 commit afeeec3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Formula/suomi-malaga-voikko.rb
@@ -1,15 +1,14 @@
require 'formula'
require "formula"

class SuomiMalagaVoikko < Formula
homepage 'http://voikko.puimula.org/'
url 'http://www.puimula.org/voikko-sources/suomi-malaga/suomi-malaga-1.16.tar.gz'
sha1 '5d9310f8150b8d2b559d5e7c27829e2fd6125dfb'
homepage "http://voikko.puimula.org/"
url "http://www.puimula.org/voikko-sources/suomi-malaga/suomi-malaga-1.16.tar.gz"
sha1 "5d9310f8150b8d2b559d5e7c27829e2fd6125dfb"

depends_on 'malaga'
depends_on "malaga"

def install
system "make", "voikko"
system "make", "voikko-install", "DESTDIR=#{lib}/voikko"
end

end

0 comments on commit afeeec3

Please sign in to comment.