blob: 40c83c6b1411ee11659b29fb55a87a9a52146c1b [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="df44240d5b4bc086e039808c3a5e2c148ce86956"
CROS_WORKON_TREE=("cf397e9600a0b2d153f579c58419577cfca75ab7" "7f3da2ffde395e17e2b80b3ceb1aa9db566e33e1" "e7dba8c91c1f3257c34d4a7ffff0ea2537aeb6bb")
CROS_WORKON_INCREMENTAL_BUILD="1"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="common-mk arc/appfuse .gn"
PLATFORM_SUBDIR="arc/appfuse"
inherit cros-workon platform user
DESCRIPTION="D-Bus service to provide ARC Appfuse"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/arc/appfuse"
LICENSE="BSD-Google"
KEYWORDS="*"
RDEPEND="
sys-apps/dbus:=
sys-fs/fuse:=
"
DEPEND="${RDEPEND}
chromeos-base/system_api:=
"
BDEPEND="
virtual/pkgconfig
"
src_install() {
platform_install
}
pkg_preinst() {
enewuser "arc-appfuse-provider"
enewgroup "arc-appfuse-provider"
}
platform_pkg_test() {
platform test_all
}