1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "Fantom",
"description": "Object oriented, portable programming language",
"url": "https://bitbucket.org/fantom/fan-1.0/downloads/fantom-1.0.71.zip",
"mirror": null,
"homepage": "https://fantom.org/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"rm_f Dir[\"bin/*.exe\", \"bin/*.dll\", \"lib/dotnet/*\"]",
"inreplace \"etc/build/config.props\", \"//jdkHome=/System\", \"jdkHome=/System\"",
"libexec.install Dir[\"*\"]",
"chmod 0755, Dir[\"#{libexec}/bin/*\"]",
"bin.install_symlink Dir[\"#{libexec}/bin/*\"]"
],
"version": "1.0.71",
"file": "fantom.rb"
}
|