aboutsummaryrefslogtreecommitdiff
path: root/ports/sassc/vcpkg.json
blob: 8b89777bc1c1dfe69ce030c8e93fc36d477ea531 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "sassc",
  "version-string": "3.6.1",
  "port-version": 1,
  "description": "SassC is a wrapper around libsass (http://github.com/sass/libsass) used to generate a useful command-line application that can be installed and packaged for several operating systems.",
  "homepage": "https://github.com/sass/sassc",
  "dependencies": [
    "getopt",
    "libsass"
  ]
}