Added sl formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Also install the manpage.
This commit is contained in:
parent
0c8680874e
commit
26ed126501
1 changed files with 14 additions and 0 deletions
14
Formula/sl.rb
Normal file
14
Formula/sl.rb
Normal 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
|
Loading…
Reference in a new issue