aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Höppner2010-03-31 20:56:01 +0200
committerDavid Höppner2010-03-31 20:56:01 +0200
commit721c5f0d733071cc66641ad3866d23ebfdb6d771 (patch)
tree241567f39989ad929d2ee73790e06f96cd2ae933 /Library/Formula
parentdc717a7e253a5b7b03510bf40b22d402b281acf3 (diff)
downloadhomebrew-721c5f0d733071cc66641ad3866d23ebfdb6d771.tar.bz2
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.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/kes.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/kes.rb b/Library/Formula/kes.rb
new file mode 100644
index 000000000..51209c14d
--- /dev/null
+++ b/Library/Formula/kes.rb
@@ -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