vcpkg/ports/sassc/vcpkg.json
2024-09-03 11:16:05 -07:00

15 lines
429 B
JSON

{
"name": "sassc",
"version": "3.6.2",
"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": [
{
"name": "getopt",
"platform": "windows & !mingw"
},
"libsass"
]
}