blob: 841e2c134a0108b1a767eaa5791675d83c756205 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="57779f9c27d62896f66cced9cc88443ae9585372"
CROS_WORKON_TREE="22bf5c9c707720bdb284d59e175bbae5af7a3b5a"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_SUBTREE="biod/study"
PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit cros-workon python-r1
DESCRIPTION="Chromium OS Fingerprint user study software"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/biod/study"
LICENSE="BSD-Google"
KEYWORDS="*"
DEPEND=""
RDEPEND="
${PYTHON_DEPS}
chromeos-base/ec-utils
dev-python/cherrypy[${PYTHON_USEDEP}]
dev-python/python-gnupg[${PYTHON_USEDEP}]
dev-python/ws4py[${PYTHON_USEDEP}]
"
src_unpack() {
cros-workon_src_unpack
S+="/biod/study"
}
src_install() {
# install the study local server
exeinto /opt/google/fingerprint_study
newexe study_serve.py study_serve
# Content to serve
insinto /opt/google/fingerprint_study/html
doins html/index.html
doins html/bootstrap-3.3.7.min.css
doins html/fingerprint.svg
insinto /etc/init
doins init/fingerprint_study.conf
doins init/syslog_fingerprint_study.conf
insinto /etc/bash/bashrc.d
doins shell-audit.sh
insinto /etc/rsyslog.d
doins rsyslog.fpstudy-audit.conf
}