Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grisumbras/conan-sassc
https://github.com/grisumbras/conan-sassc
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/grisumbras/conan-sassc
- Owner: grisumbras
- License: bsl-1.0
- Created: 2019-11-25T21:00:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T11:07:20.000Z (about 5 years ago)
- Last Synced: 2024-10-20T18:33:29.979Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= conan-sassc _(sassc)_
:version: 3.6.1image:https://api.bintray.com/packages/grisumbras/conan/sassc%3Agrisumbras/images/download.svg?version={version}%3Astable[Download,link=https://bintray.com/grisumbras/conan/sassc%3Agrisumbras/{version}%3Astable/link]
image:https://github.com/grisumbras/conan-sassc/workflows/Build/badge.svg?branch=master[Build status,link=https://github.com/grisumbras/conan-sassc/actions]____
https://conan.io[Conan] package for https://sass-lang.com/libsass[sassc]
command-line tool
____== Install
Add the necessary conan remote:
[source,shell]
----
$ conan remote add grisumbras https://api.bintray.com/conan/grisumbras/conan
----Add the package to the list of (build) requirements inside your `conanfile.txt`:
[source,ini,subs="attributes+"]
----
[build_requires]
sassc/{version}@grisumbras/stable
----or inside your `conanfile.py`:
[source,py,subs="attributes+"]
----
class YourConan(ConanFile):
build_requires = "sassc/{version}@grisumbras/stable"
----== Maintainer
Dmitry ArkhipovSassc itself is maintained by other people https://github.com/sass/sassc[here].
== Contributing
Patches welcome!== License
link:LICENSE[BSL-1.0] (C) 2019 Dmitry ArkhipovSassc itself is licensed under
https://github.com/sass/sassc/blob/master/LICENSE[a different license].