homebrew-core/Formula/fasd.rb
Wei Dai 5bea6d3d9b Fasd 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-25 22:12:43 -07:00

12 lines
257 B
Ruby

require 'formula'
class Fasd < Formula
homepage 'https://github.com/clvv/fasd'
url 'https://github.com/clvv/fasd/tarball/1.0.0'
sha1 '4e8e39ea8847d8d9402634c60b6c4fbf461e71dd'
def install
bin.install 'fasd'
man1.install 'fasd.1'
end
end