Add Coreutils Viewer

master
Alpha Chen 10 years ago
parent 7728dad30f
commit f47eaef823

10
cv.rb

@ -0,0 +1,10 @@
require "formula"
class Cv < Formula
head "https://github.com/BestPig/cv.git"
def install
system "make"
system "make", "install"
end
end
Loading…
Cancel
Save