aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-04-27 16:09:50 -0700
committerAdam Vandenberg2013-04-27 16:10:09 -0700
commite5a4768822faddb8c73cf58de6650e07ebf5fee1 (patch)
tree7462c1d9c8a9555d3281c32fb4914e779af141ed /Library/Formula
parent71113dcc21421eb6d985f78ea00a8dae87b8c98e (diff)
downloadhomebrew-e5a4768822faddb8c73cf58de6650e07ebf5fee1.tar.bz2
mksh: remove unused download strategy
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mksh.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/mksh.rb b/Library/Formula/mksh.rb
index 6b4471452..471c0998d 100644
--- a/Library/Formula/mksh.rb
+++ b/Library/Formula/mksh.rb
@@ -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'