blob: e55849c42cadb2222e71d4927f8f6ff98c4c3a88 [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/rsc/pdf:rsc.io/pdf v0.1.1"
CROS_GO_PACKAGES=(
"rsc.io/pdf"
)
inherit cros-go
DESCRIPTION="Package pdf implements reading of PDF files."
HOMEPAGE="https://pkg.go.dev/rsc.io/pdf"
SRC_URI="$(cros-go_src_uri)"
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND=""
RDEPEND=""