Created
July 17, 2012 02:19
-
-
Save izawa/3126576 to your computer and use it in GitHub Desktop.
Home brew Kpcal formula
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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