Added sl formula

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

Also install the manpage.
master
Mike Skalnik 2010-03-10 17:09:00 -05:00 committed by Adam Vandenberg
parent 0c8680874e
commit 26ed126501
1 changed files with 14 additions and 0 deletions

14
Formula/sl.rb Normal file
View File

@ -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