diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/kes.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/kes.rb b/Library/Formula/kes.rb index 6f15e22d7..a8403f40b 100644 --- a/Library/Formula/kes.rb +++ b/Library/Formula/kes.rb @@ -7,7 +7,10 @@ class Kes < Formula head 'https://github.com/epilnivek/kes.git' + depends_on 'readline' + def install + system "./configure", "--prefix=#{prefix}", "--mandir=#{man}", "--with-readline" system "make" bin.install 'es' man1.install 'doc/es.1' |
