[build] type = "autotools" [build.flags] env_vars = [ "LIBSASS_VERSION=$version" ] [dependencies] runtime = [ "glibc", "libcxx", "libunwind", ] [package] description = "C implementation of Sass CSS preprocessor (library)" homepage = "https://sass-lang.com/libsass/" license = "MIT" name = "libsass" version = "3.6.6" [[source]] extract_dir = "$name-$version" url = "https://github.com/sass/libsass.git#$version" post_extract = [ "autoreconf -fiv" ]