aboutsummaryrefslogtreecommitdiff
path: root/ports/libaaplus/vcpkg.json
blob: 35572ec24275f4c19bb6919197f722a1ee8350bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "libaaplus",
  "version": "2.36",
  "description": "libaaplus is an astronomical computations library by naughter software",
  "homepage": "http://www.naughter.com/aa.html",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "Build libaaplus tools"
    }
  }
}