2012-02-12 02:03:05 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Fasd < Formula
|
|
|
|
homepage 'https://github.com/clvv/fasd'
|
2012-06-30 03:39:56 +00:00
|
|
|
url 'https://github.com/clvv/fasd/tarball/0.7.0'
|
|
|
|
sha1 'afc45b3c9dd29b20dbe80629d0774de4e5c1fc2b'
|
2012-02-12 02:03:05 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'fasd'
|
|
|
|
man1.install 'fasd.1'
|
|
|
|
end
|
|
|
|
end
|