blob: 1be9220de5ff65f9f4293651fe2966c9a81ee42a [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=5
CROS_GO_SOURCE="github.com/golang/freetype bcfeb16b74e8aea9e2fe043406f2ef74b1cb0759"
CROS_GO_PACKAGES=(
"github.com/golang/freetype"
"github.com/golang/freetype/raster"
"github.com/golang/freetype/truetype"
)
CROS_GO_TEST=(
"github.com/golang/freetype"
)
inherit cros-go
DESCRIPTION="Freetype font rasterizer in the Go programming language"
HOMEPAGE="https://github.com/golang/freetype"
SRC_URI="$(cros-go_src_uri)"
LICENSE="FTL"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND="dev-go/go-image"
RDEPEND=""