New formula kes

Kes is a fork of the es shell created by Paul Haahr and Byron Rakitzis. It is
based on the rc command interpreter, part of the Plan 9 operating system.
master
David Höppner 2010-03-31 20:56:01 +02:00
parent 343beacf8b
commit 3572daf82c
1 changed files with 12 additions and 0 deletions

12
Formula/kes.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Kes <Formula
head 'git://github.com/epilnivek/kes.git'
homepage 'http://github.com/epilnivek/kes'
def install
system "make"
bin.install 'es'
man1.install 'doc/es.1'
end
end