2012-02-12 02:03:05 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Fasd < Formula
|
|
|
|
homepage 'https://github.com/clvv/fasd'
|
2012-07-12 18:51:17 +00:00
|
|
|
url 'https://github.com/clvv/fasd/tarball/0.7.1'
|
|
|
|
sha1 '73c0c612e7e21d440636cc280b3dd64b33772af2'
|
2012-02-12 02:03:05 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'fasd'
|
|
|
|
man1.install 'fasd.1'
|
|
|
|
end
|
|
|
|
end
|