1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Robotfindskitten",
"description": "Zen Simulation of robot finding kitten",
"url": "https://downloads.sourceforge.net/project/rfk/robotfindskitten-POSIX/mayan_apocalypse_edition/robotfindskitten-2.7182818.701.tar.gz",
"mirror": null,
"homepage": "http://robotfindskitten.org/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\", \"execgamesdir=#{bin}\""
],
"version": "2.7182818.701",
"file": "robotfindskitten.rb"
}
|