1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Bcpp",
"description": "C(++) beautifier",
"url": "https://invisible-mirror.net/archives/bcpp/bcpp-20180401.tgz",
"mirror": "https://dl.bintray.com/homebrew/mirror/bcpp-20180401.tgz",
"homepage": "https://invisible-island.net/bcpp/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
"system \"make\", \"install\"",
"etc.install \"bcpp.cfg\""
],
"version": "20180401",
"file": "bcpp.rb"
}
|