1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Encode/decode WOFF2 font format"
9 HOMEPAGE="https://github.com/google/woff2"
10 SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
14 KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
17 RDEPEND="app-arch/brotli:="
19 BDEPEND="virtual/pkgconfig"
23 -DCMAKE_SKIP_RPATH=ON # needed, causes QA warnings otherwise
24 -DCANONICAL_PREFIXES=ON #661942
32 dobin "${BUILD_DIR}"/woff2_compress
33 dobin "${BUILD_DIR}"/woff2_decompress
34 dobin "${BUILD_DIR}"/woff2_info