diff options
Diffstat (limited to 'homebrew/ispell/.beer')
-rw-r--r-- | homebrew/ispell/.beer | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/ispell/.beer b/homebrew/ispell/.beer new file mode 100644 index 000000000..064a5d2a2 --- /dev/null +++ b/homebrew/ispell/.beer @@ -0,0 +1,22 @@ +{ + "name": "Ispell", + "description": "International Ispell", + "url": "https://www.cs.hmc.edu/~geoff/tars/ispell-3.4.00.tar.gz", + "mirror": "https://deb.debian.org/debian/pool/main/i/ispell/ispell_3.4.00.orig.tar.gz", + "homepage": "https://lasr.cs.ucla.edu/geoff/ispell.html", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "ENV.deparallelize", + "cp \"local.h.macos\", \"local.h\"", + "chmod 0644, \"local.h\"", + "inreplace \"local.h\" do |s|", + "s.gsub! \"/usr/local\", prefix", + "s.gsub! \"/man/man\", \"/share/man/man\"", + "s.gsub! \"/lib\", \"/lib/ispell\"" + ], + "version": "3.4.00", + "file": "ispell.rb" +}
\ No newline at end of file |