{ "name": "MoonBuggy", "description": "Drive some car across the moon", "url": "https://m.seehuhn.de/programs/moon-buggy-1.0.tar.gz", "mirror": null, "homepage": "https://www.seehuhn.de/pages/moon-buggy.html", "depends": [ { "depend": "autoconf", "build-depend": true }, { "depend": "automake", "build-depend": true } ], "resource": [], "conflicts": [], "patches": [], "install": [ "system \"./autogen.sh\" if build.head?", "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",", "\"--prefix=#{prefix}\",", "\"--mandir=#{man}\",", "\"--infodir=#{info}\"", "system \"make\", \"install\"" ], "version": "1.0", "file": "moon-buggy.rb" }