Commit dc803a83 authored by Evan Pratten's avatar Evan Pratten Committed by Ed Reel

Create thefuck.rb (#2342)

* Create thefuck.rb

* Update thefuck.rb

* Update thefuck.rb

* I should have read the docs... oops. its fixed now
parent 1e894d87
require 'package'
class thefuck < Package
description 'Magnificent app which corrects your previous console command.'
homepage 'https://github.com/nvbn/thefuck'
version '3.26'
depends_on 'python3'
def self.install
system "pip3 install thefuck --root #{CREW_DEST_DIR} --prefix #{CREW_PREFIX}"
system "fuck && fuck"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment