homebrew-core/Formula/xcv.rb
Buster Collings fe1f188ee8 xcv 1.0.1 (new formula)
Add xcv as a new formula.

Closes Homebrew/homebrew#48374.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-01-23 13:07:21 +00:00

17 lines
394 B
Ruby

class Xcv < Formula
desc "Cut, copy and paste files with Bash"
homepage "https://github.com/busterc/xcv"
url "https://github.com/busterc/xcv/archive/v1.0.1.tar.gz"
sha256 "f2898f78bb05f4334073adb8cdb36de0f91869636a7770c8e955cee8758c0644"
head "https://github.com/busterc/xcv"
bottle :unneeded
def install
bin.install "xcv"
end
test do
system "#{bin}/xcv"
end
end