| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.4.5 | 8 | ~amd64 | 0 |
# 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
}
| 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 |