aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sl.rb')
-rw-r--r--Library/Formula/sl.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/sl.rb b/Library/Formula/sl.rb
new file mode 100644
index 000000000..d2040476e
--- /dev/null
+++ b/Library/Formula/sl.rb
@@ -0,0 +1,14 @@
+require 'formula'
+
+class Sl <Formula
+ url 'http://ftp.de.debian.org/debian/pool/main/s/sl/sl_3.03.orig.tar.gz'
+ version '3.03'
+ homepage 'http://packages.debian.org/source/oldstable/sl'
+ md5 'd0d997b964bb3478f7f4968eee13c698'
+
+ def install
+ system "make"
+ bin.install "sl"
+ man1.install "sl.1"
+ end
+end