mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
Create thefuck.rb (#2342)
* Create thefuck.rb * Update thefuck.rb * Update thefuck.rb * I should have read the docs... oops. its fixed now
This commit is contained in:
14
packages/thefuck.rb
Normal file
14
packages/thefuck.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user