kes: add configure call and enable readline
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
264b7124b4
commit
3a9305ab0e
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue