Files
esy-angle-prebuilt/package.json

50 lines
975 B
JSON
Raw Permalink Normal View History

2020-08-11 07:11:35 -07:00
{
"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",
2020-08-11 10:57:21 -07:00
"./build.sh",
"#{os}"
2020-08-11 07:11:35 -07:00
]
],
"install": [
[
"bash",
2020-08-11 10:57:21 -07:00
"./install.sh",
"#{os}"
2020-08-11 07:11:35 -07:00
]
],
"exportedEnv": {
"ANGLE_LIB_PATH": {
"val": "#{self.lib}",
"scope": "global"
},
"LD_LIBRARY_PATH": {
"val": "#{self.lib : $LD_LIBRARY_PATH}",
"scope": "global"
}
}
},
"dependencies": { }
}