Skip to content

Commit

Permalink
stdman 0.2 (new formula)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkircher authored and MikeMcQuaid committed Jul 7, 2015
1 parent e61e038 commit f096c9d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Formula/stdman.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f096c9d

Please sign in to comment.