Skip to content

Instantly share code, notes, and snippets.

@kga
Created December 30, 2010 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kga/759664 to your computer and use it in GitHub Desktop.
Save kga/759664 to your computer and use it in GitHub Desktop.
require 'formula'
class Skktools <Formula
url 'http://openlab.ring.gr.jp/skk/tools/skktools-1.3.1.tar.gz'
homepage 'http://openlab.ring.gr.jp/skk/wiki/wiki.cgi'
md5 '2168b8e6d7753088c0c1b75267eaf4ff'
version '1.3.1'
depends_on 'pkg-config'
depends_on 'glib'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment