blob: 480e984fc448b3b8970225f1de6278bf4ecbb3ea [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "C/C++ port of the Sass CSS precompiler"
2HOMEPAGE = "http://sass-lang.com/libsass"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d"
5
6inherit autotools
7
Brad Bishop7e36d532019-09-16 07:44:26 -04008SRC_URI = "git://github.com/sass/libsass.git;branch=master"
9SRCREV = "4d229af5500be1023883c38c4a675f0ed919839d"
10
Brad Bishop19323692019-04-05 15:28:33 -040011S = "${WORKDIR}/git"
Brad Bishop19323692019-04-05 15:28:33 -040012
13BBCLASSEXTEND = "native"