{ "name": "Assimp", "description": "Portable library for importing many well-known 3D model formats", "url": "https://github.com/assimp/assimp/archive/v4.1.0.tar.gz", "mirror": null, "homepage": "http://www.assimp.org", "depends": [ { "depend": "boost", "build-depend": true }, { "depend": "cmake", "build-depend": true } ], "resource": [], "conflicts": [], "patches": [ { "url": "https://github.com/assimp/assimp/pull/1634.patch?full_index=1", "strip": "1" } ], "install": [ "args = std_cmake_args", "args << \"-DASSIMP_BUILD_TESTS=OFF\"", "system \"cmake\", *args", "system \"make\", \"install\"" ], "version": "4.1.0", "file": "assimp.rb" }