mksh: remove unused download strategy

This commit is contained in:
Adam Vandenberg 2013-04-27 16:09:50 -07:00
parent 98ad11c8f5
commit 17e3b96145

View file

@ -1,12 +1,5 @@
require 'formula'
class CpioDownloadStrategy < CurlDownloadStrategy
def stage
system "gzcat #{@tarball_path} | cpio -id"
chdir
end
end
class Mksh < Formula
homepage 'https://mirbsd.org/mksh.htm'
url 'https://mirbsd.org/MirOS/dist/mir/mksh/mksh-R45.tgz'