2012-02-12 02:03:05 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Fasd < Formula
|
|
|
|
homepage 'https://github.com/clvv/fasd'
|
2012-08-24 06:47:27 +00:00
|
|
|
url 'https://github.com/clvv/fasd/tarball/1.0.1'
|
|
|
|
sha1 'c7df4c99b3f2b85b366a88513b695b01a8ba8907'
|
2012-02-12 02:03:05 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'fasd'
|
|
|
|
man1.install 'fasd.1'
|
|
|
|
end
|
|
|
|
end
|