This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
solvers.json
80 lines (80 loc) · 2.58 KB
/
solvers.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "solvers",
"buildsystem": "simple",
"build-commands": [],
"modules": [
{
"name": "rinutils",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "archive",
"url": "https://github.com/shlomif/rinutils/releases/download/0.10.1/rinutils-0.10.1.tar.xz",
"sha256": "31ec258ce99de7bbbe79f3338ce73048dac45425045eb2bd0d6bd92d1b8b9afb",
"x-checker-data": {
"type": "html",
"url": "https://github.com/shlomif/rinutils/releases/latest",
"version-pattern": "https://github.com/shlomif/rinutils/releases/expanded_assets/([\\d\\.]+\\d)",
"url-template": "https://github.com/shlomif/rinutils/releases/download/$version/rinutils-$version.tar.xz"
}
}
]
},
{
"name": "solvers_extra_deps",
"buildsystem": "simple",
"build-commands": [
"solvers_extra_deps/install.sh"
],
"post-install": [
"chmod -Rf u+w /app/lib/perl5/site_perl"
],
"sources": [
"solvers_extra_deps.json"
]
},
{
"name": "fc-solve",
"buildsystem": "cmake",
"build-options": {
"env": {
"PERL5LIB": "/app/lib/perl5/site_perl/5.36.0"
}
},
"config-opts": [ "-DFCS_WITH_TEST_SUITE=OFF" ],
"sources": [
{
"type": "archive",
"url": "https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-6.6.0.tar.xz",
"sha256": "16b58e78d44d95d0ff1b10496dd2d8bd27de592a26f8f874e95a1d841309048c",
"x-checker-data": {
"type": "html",
"url": "https://fc-solve.shlomifish.org/download.html",
"pattern": "(downloads/fc-solve/freecell-solver-([\\d\\.]+\\d).tar.xz)"
}
}
]
},
{
"name": "black-hole-solitaire-solver",
"buildsystem": "cmake-ninja",
"build-options": {
"env": {
"PERL5LIB": "/app/lib/perl5/site_perl/5.36.0"
}
},
"sources": [
{
"type": "archive",
"url": "https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-1.10.1.tar.xz",
"sha256": "36e1953a99e02e82489a3cb109fb590bcab307b4ddaec34cb0e67347668511e2",
"x-checker-data": {
"type": "html",
"url": "https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/",
"pattern": "(https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-([\\d\\.]+\\d).tar.xz)"
}
}
]
}
]
}