diff options
| author | Mike McQuaid | 2012-02-27 09:49:20 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2012-02-27 09:49:20 +0000 |
| commit | 1e1fe97827fe45ce29b76003ce250436beff95ae (patch) | |
| tree | 4e778d11ecd8dad564d3d71ae40187006ace5e6e /Library/Formula/gettext.rb | |
| parent | d86077d11ae85a20b44b7adde9da3018ced9ce41 (diff) | |
| download | homebrew-1e1fe97827fe45ce29b76003ce250436beff95ae.tar.bz2 | |
Add gettext bottle.
Diffstat (limited to 'Library/Formula/gettext.rb')
| -rw-r--r-- | Library/Formula/gettext.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb index 41548a14f..c12b12fed 100644 --- a/Library/Formula/gettext.rb +++ b/Library/Formula/gettext.rb @@ -8,6 +8,11 @@ class Gettext < Formula keg_only "OS X provides the BSD gettext library and some software gets confused if both are in the library path." + bottle do + url 'https://downloads.sf.net/project/machomebrew/Bottles/gettext-0.18.1.1-bottle.tar.gz' + sha1 'c75fdb192f1b49c9e7e2039c66e24f60f26bc027' + end + def options [ ['--with-examples', 'Keep example files.'], |
