mksh: remove unused download strategy
This commit is contained in:
parent
98ad11c8f5
commit
17e3b96145
1 changed files with 0 additions and 7 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue