libsass_git.bb 375 B

1234567891011121314
  1. SUMMARY = "C/C++ port of the Sass CSS precompiler"
  2. HOMEPAGE = "http://sass-lang.com/libsass"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=8f34396ca205f5e119ee77aae91fa27d"
  5. inherit autotools
  6. SRC_URI = "git://github.com/sass/libsass.git;branch=master"
  7. SRCREV = "8d312a1c91bb7dd22883ebdfc829003f75a82396"
  8. PV = "3.6.4"
  9. S = "${WORKDIR}/git"
  10. BBCLASSEXTEND = "native"