stdman 0.2 (new formula)
This commit is contained in:
parent
e61e038905
commit
f096c9d491
1 changed files with 11 additions and 0 deletions
11
Formula/stdman.rb
Normal file
11
Formula/stdman.rb
Normal 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
|
Loading…
Reference in a new issue