blob: 9eb633a84b877098978c342a68cfaf250f06c5eb [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="FPC test-only related binaries"
SRC_URI="http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/libfp-gru-test-${PV}.tbz2"
LICENSE="Google-TOS"
SLOT="0"
KEYWORDS="-* arm64 arm"
RESTRICT="mirror"
RDEPEND="dev-cpp/gtest"
S=${WORKDIR}
src_install() {
# These are prebuilt binaries
dobin usr/bin/ict usr/bin/stt usr/sbin/fptest
}