diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fasd.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/fasd.rb b/Library/Formula/fasd.rb new file mode 100644 index 000000000..03d36cff8 --- /dev/null +++ b/Library/Formula/fasd.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Fasd < Formula + homepage 'https://github.com/clvv/fasd' + url 'https://github.com/clvv/fasd/tarball/0.5.3' + md5 '8c88e903c64b28de0102751153fa04f4' + + def install + bin.install 'fasd' + man1.install 'fasd.1' + end +end |
