diff options
| author | hpoydar | 2010-07-14 17:36:08 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-14 17:04:42 -0700 |
| commit | 96c7ebfac3d6a92d6e2c729a6aaa1e0629f66283 (patch) | |
| tree | 840b8588da1edc13945084353f849d4297ade98d /Library/Formula | |
| parent | 78fb5f4b5c5f88221e3db26aa49745c4fb702af8 (diff) | |
| download | homebrew-96c7ebfac3d6a92d6e2c729a6aaa1e0629f66283.tar.bz2 | |
Added GNU Typist v2.8.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gnu-typist.rb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/gnu-typist.rb b/Library/Formula/gnu-typist.rb new file mode 100644 index 000000000..16ad5684b --- /dev/null +++ b/Library/Formula/gnu-typist.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Gtypist <Formula + url 'http://ftp.gnu.org/gnu/gtypist/gtypist-2.8.3.tar.bz2' + homepage 'http://www.gnu.org/software/gtypist/' + md5 '43be4b69315a202cccfed0efd011d66c' + + aka 'gtypist' + + def install + system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "make install" + end +end |
