diff --git a/cv.rb b/cv.rb new file mode 100644 index 0000000..423ad97 --- /dev/null +++ b/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