blob: 52ec2190541bd8c54ef26b8873c7fbb924cf8d67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Polyglot",
"description": "Protocol adapter to run UCI engines under XBoard",
"url": "http://hgm.nubati.net/releases/polyglot-2.0.4.tar.gz",
"mirror": null,
"homepage": "https://chessprogramming.wikispaces.com/PolyGlot",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "2.0.4",
"file": "polyglot.rb"
}
|