homebrew-core/Formula/vramsteg.rb
2015-10-12 23:41:10 +02:00

13 lines
404 B
Ruby

class Vramsteg < Formula
desc "Add progress bars to command-line applications"
homepage "http://tasktools.org/projects/vramsteg.html"
url "https://taskwarrior.org/download/vramsteg-1.0.1.tar.gz"
sha256 "bc47e078079a845fa9c9cc5e4c9f4585402430ac6efc82ea6ff607506af8bdb9"
depends_on "cmake" => :build
def install
system "cmake", ".", *std_cmake_args
system "make", "install"
end
end