Skip to content

Instantly share code, notes, and snippets.

@Sixeight
Created May 24, 2011 22:48
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 Sixeight/989934 to your computer and use it in GitHub Desktop.
Save Sixeight/989934 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.2.tar.gz'
homepage 'http://openlab.ring.gr.jp/skk/'
md5 '88861ccbe74180b2a7bacfc25484409d'
version '1.3.2'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--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