{ "name": "esy-angle-prebuilt", "version": "1.0.0", "description": "Ready-to-use ANGLE binaries", "directories": { "doc": "docs", "example": "example", "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/revery-ui/esy-angle-prebuilt.git" }, "bugs": { "url": "https://github.com/revery-ui/esy-angle-prebuilt/issues" }, "homepage": "https://skia.org", "esy": { "buildEnv": { "PATH": "#{self.target_dir : $PATH}" }, "buildsInSource": true, "build": [ [ "bash", "./build.sh", "#{os}" ] ], "install": [ [ "bash", "./install.sh", "#{os}" ] ], "exportedEnv": { "ANGLE_LIB_PATH": { "val": "#{self.lib}", "scope": "global" }, "LD_LIBRARY_PATH": { "val": "#{self.lib : $LD_LIBRARY_PATH}", "scope": "global" } } }, "dependencies": { } }