Skip to content

Instantly share code, notes, and snippets.

@slack4u
Created February 28, 2014 00:51
Show Gist options
  • Save slack4u/9262959 to your computer and use it in GitHub Desktop.
Save slack4u/9262959 to your computer and use it in GitHub Desktop.
require 'formula'
class Jhcal < Formula
homepage 'http://www2.tokai.or.jp/y_okamon/myfreesoft/jhcal/jhcal.html'
url 'http://www2.tokai.or.jp/y_okamon/myfreesoft/jhcal/jhcal-2.0.tar.gz'
sha1 'ae09d530c3e89da8624245f95378a7991b597101'
def install
system "make"
bin.install "jhcal"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment