diff options
Diffstat (limited to 'Library/Formula/shell.fm.rb')
| -rw-r--r-- | Library/Formula/shell.fm.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/shell.fm.rb b/Library/Formula/shell.fm.rb index bf0d0ba82..27fdd6399 100644 --- a/Library/Formula/shell.fm.rb +++ b/Library/Formula/shell.fm.rb @@ -1,13 +1,13 @@ require 'formula' -#TODO aliases: shell-fm - class ShellFm <Formula url 'http://github.com/jkramer/shell-fm/tarball/v0.7' version '0.7' homepage 'http://nex.scrapping.cc/shell-fm/' md5 '3f83866622a892ee89685f1ed079eefd' + aka 'shell-fm' + # homepage says that libao is optional, but it doesn't seem # to build without it… depends_on 'libao' |
