2012-02-16 10:34:18 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class KnifeCompletion < GithubGistFormula
|
|
|
|
url 'https://raw.github.com/gist/1050685/b616645a4c9f56fb52d8fc65703e746f9e8ffd7c/knife'
|
|
|
|
homepage 'https://gist.github.com/1050685'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '458905d5b60b3909466126e51ed8c2e7729e2905'
|
2012-02-16 10:34:18 +00:00
|
|
|
|
2012-05-27 18:43:53 +00:00
|
|
|
depends_on 'gnu-sed'
|
|
|
|
|
2012-02-16 10:34:18 +00:00
|
|
|
def install
|
|
|
|
(prefix+'etc/bash_completion.d').install Dir['*']
|
|
|
|
end
|
|
|
|
end
|