Skip to content

Instantly share code, notes, and snippets.

@izawa
Created July 17, 2012 02:19
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 izawa/3126576 to your computer and use it in GitHub Desktop.
Save izawa/3126576 to your computer and use it in GitHub Desktop.
Home brew Kpcal formula
require 'formula'
class Kpcal < Formula
url 'http://www.tamaru.kuee.kyoto-u.ac.jp/~tsuchiya/misc/kpcal/kpcal-2.0-20040518.tar.gz'
md5 'fe8f98207c91745d3b824296dcab3fec'
def install
system "make"
bin.install 'kpcal'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment