dev-libs/libsass - 3.4.5 (haskell)

Search

Package Information

Description:
A C/C++ implementation of a Sass compiler
Homepage:
http://libsass.org
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
3.4.5 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools libtool

DESCRIPTION="A C/C++ implementation of a Sass compiler"
HOMEPAGE="http://libsass.org"
SRC_URI="https://github.com/sass/libsass/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_prepare() {
	default

	eautoreconf
}

Manifest for 3.4.5

Type File Size Source URLs
DIST libsass-3.4.5.tar.gz 318689 bytes https://github.com/sass/libsass/archive/3.4.5.tar.gz