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
|
{
"name": "RubyBuild",
"description": "Install various Ruby versions and implementations",
"url": "https://github.com/rbenv/ruby-build/archive/v20190423.tar.gz",
"mirror": null,
"homepage": "https://github.com/rbenv/ruby-build",
"depends": [
{
"depend": "autoconf",
"build-depend": false
},
{
"depend": "openssl",
"build-depend": false
},
{
"depend": "pkg-config",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV[\"PREFIX\"] = prefix",
"system \"./install.sh\""
],
"version": "20190423",
"file": "ruby-build.rb"
}
|