blob: bc72fd7ced8059bb8ab7be5e9aa5d05f8946c743 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "OsxCpuTemp",
"description": "Outputs current CPU temperature for OSX",
"url": "https://github.com/lavoiesl/osx-cpu-temp/archive/1.1.0.tar.gz",
"mirror": null,
"homepage": "https://github.com/lavoiesl/osx-cpu-temp",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\"",
"bin.install \"osx-cpu-temp\""
],
"version": "1.1.0",
"file": "osx-cpu-temp.rb"
}
|