blob: d893be2231db946ca141df6a6abbfdbe637e6173 [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"
Brad Bishop0e2770c2020-01-21 07:31:46 -05009SRCREV = "e1c16e09b4a953757a15149deaaf28a3fd81dc97"
Brad Bishop7e36d532019-09-16 07:44:26 -040010
Brad Bishop19323692019-04-05 15:28:33 -040011S = "${WORKDIR}/git"
Brad Bishop19323692019-04-05 15:28:33 -040012
13BBCLASSEXTEND = "native"