woff2-9999mva
download
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
inherit git-r3 cmake
DESCRIPTION="font compression reference code"
HOMEPAGE="https://github.com/google/woff2"
EGIT_REPO_URI="https://github.com/google/${PN}"
LICENSE="Apache-2.0"
SLOT="0"
RDEPEND="app-arch/brotli"
DEPENDS="${RDEPEND}
virtual/pkgconfig
"
src_configure() {
local mycmakeargs=(
-DCANONICAL_PREFIXES=ON
-DNOISY_LOGGING=OFF
-DCMAKE_SKIP_RPATH=ON
)
cmake_src_configure
}