1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Cheops",
"description": "CHEss OPponent Simulator",
"url": "https://files.nothingisreal.com/software/cheops/cheops-1.3.tar.bz2",
"mirror": "https://github.com/logological/cheops/releases/download/1.3/cheops-1.3.tar.bz2",
"homepage": "https://logological.org/cheops",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "1.3",
"file": "cheops.rb"
}
|