blob: fcf66c0b38510963a4287ddb6b75147a2ad52043 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_SUBTREE="biod/study"
inherit cros-workon
DESCRIPTION="Chromium OS Fingerprint user study software"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/biod/study"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="~*"
DEPEND="dev-lang/python"
RDEPEND=""
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
insinto /etc/init
doins fingerprint_study.conf
}