Commit 4d5f1e60 authored by satmandu's avatar satmandu Committed by GitHub

Add sassc (#4645)

parent 4aa964ba
require 'package'
class Sassc < Package
description 'C implementation of Sass CSS preprocessor.'
version '3.6.1'
compatibility 'all'
source_url 'https://github.com/sass/sassc/archive/3.6.1.tar.gz'
source_sha256 '8cee391c49a102b4464f86fc40c4ceac3a2ada52a89c4c933d8348e3e4542a60'
depends_on 'libsass'
def self.build
system "autoreconf -i"
system "./configure #{CREW_OPTIONS}"
system "make"
end
def self.install
system "make DESTDIR=#{CREW_DEST_DIR} install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment