{
  "name": "esy-freetype",
  "version": "0.1.0",
  "description": "Mirror of freetype2",
  "license": "MIT",
  "esy": {
    "build": [
        ["bash", "-c", "#{os == 'windows' ? './esy/configure-windows.sh' : './esy/configure.sh'}"],
        ["./esy/build.sh"],
        ["./esy/test.sh"]
    ],
    "buildsInSource": "_build",
    "exportedEnv": {
        "FREETYPE2_INCLUDE_PATH": {
            "val": "#{self.install / 'include' / 'freetype2'}",
            "scope": "global"
        },
        "FREETYPE2_LIB_PATH": {
            "val": "#{self.lib}",
            "scope": "global"
        }
    }
  },
  "dependencies": {
      "esy-cmake": "*"
  },
  "resolutions": {
      "esy-cmake": "github:bryphe/esy-cmake#5a40a8e"
  },
  "devDependencies": {
      "esy-cmake": "*"
  }
}
