stdman 0.2 (new formula)

This commit is contained in:
Benjamin Kircher 2015-07-07 14:59:23 +02:00 committed by Mike McQuaid
parent e61e038905
commit f096c9d491

11
Formula/stdman.rb Normal file
View file

@ -0,0 +1,11 @@
class Stdman < Formula
desc "Formatted C++11/14 stdlib man pages from cppreference.com"
homepage "https://github.com/jeaye/stdman"
url "https://github.com/jeaye/stdman/archive/v0.2.tar.gz"
sha256 "9591835b0f57f88698d7c46ef645064a4af646644535cf2a052152656d73329a"
def install
system "./configure", "--prefix=#{prefix}"
system "make", "install"
end
end