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
|
{
"name": "Sphinx",
"description": "Full-text search engine",
"url": "https://sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz",
"mirror": null,
"homepage": "https://sphinxsearch.com/",
"depends": [
{
"depend": "mysql",
"build-depend": false
},
{
"depend": "openssl",
"build-depend": false
}
],
"resource": [
{
"name": "stemmer",
"url": "https://github.com/snowballstem/snowball.git"
}
],
"conflicts": [],
"patches": [],
"install": [
"resource(\"stemmer\").stage do",
"system \"make\", \"dist_libstemmer_c\"",
"system \"tar\", \"xzf\", \"dist/libstemmer_c.tgz\", \"-C\", buildpath"
],
"version": "2.2.11",
"file": "sphinx.rb"
}
|