pkgsrc/www/go-tocss/PLIST
ryoon 14ee84a87e www/go-tocss: import go-tocss-0.5.0
This is currently a, hopefully, simple to use LibSass Go API. It
uses the C bindings in https://github.com/wellington/go-libsass/libs
to do the heavy lifting.

The primary motivation for this project is to add SCSS support to
Hugo. It is has some generic tocss package names hoping that there
will be a solid native Go implementation that can replace LibSass
in the near future.
2018-11-18 08:48:11 +00:00

12 lines
656 B
Text

@comment $NetBSD: PLIST,v 1.1 2018/11/18 08:48:11 ryoon Exp $
gopkg/pkg/${GO_PLATFORM}/github.com/bep/go-tocss/scss.a
gopkg/pkg/${GO_PLATFORM}/github.com/bep/go-tocss/scss/libsass.a
gopkg/pkg/${GO_PLATFORM}/github.com/bep/go-tocss/tocss.a
gopkg/src/github.com/bep/go-tocss/LICENSE
gopkg/src/github.com/bep/go-tocss/README.md
gopkg/src/github.com/bep/go-tocss/appveyor.yml
gopkg/src/github.com/bep/go-tocss/scss/common.go
gopkg/src/github.com/bep/go-tocss/scss/common_test.go
gopkg/src/github.com/bep/go-tocss/scss/libsass/transpiler.go
gopkg/src/github.com/bep/go-tocss/scss/libsass/transpiler_test.go
gopkg/src/github.com/bep/go-tocss/tocss/transpiler.go