1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
{
"name": "Ccache",
"description": "Object-file caching compiler wrapper",
"url": "https://www.samba.org/ftp/ccache/ccache-3.6.tar.xz",
"mirror": null,
"homepage": "https://ccache.samba.org/",
"depends": [
{
"depend": "asciidoc",
"build-depend": true
},
{
"depend": "autoconf",
"build-depend": true
},
{
"depend": "automake",
"build-depend": true
},
{
"depend": "libtool",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV[\"XML_CATALOG_FILES\"] = etc/\"xml/catalog\" if build.head?",
"system \"./autogen.sh\" if build.head?",
"system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
"system \"make\"",
"system \"make\", \"install\"",
"libexec.mkpath",
"%w[",
"clang",
"clang++",
"cc",
"gcc gcc2 gcc3 gcc-3.3 gcc-4.0 gcc-4.2 gcc-4.3 gcc-4.4 gcc-4.5 gcc-4.6 gcc-4.7 gcc-4.8 gcc-4.9 gcc-5 gcc-6 gcc-7",
"c++ c++3 c++-3.3 c++-4.0 c++-4.2 c++-4.3 c++-4.4 c++-4.5 c++-4.6 c++-4.7 c++-4.8 c++-4.9 c++-5 c++-6 c++-7",
"g++ g++2 g++3 g++-3.3 g++-4.0 g++-4.2 g++-4.3 g++-4.4 g++-4.5 g++-4.6 g++-4.7 g++-4.8 g++-4.9 g++-5 g++-6 g++-7",
"].each do |prog|",
"libexec.install_symlink bin/\"ccache\" => prog"
],
"version": "3.6",
"file": "ccache.rb"
}
|