blob: 4211f9585096dfa5400bf0742c6b68b9634cb31a [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
CROS_WORKON_COMMIT="dd829135b20f1043d03fc4db681bbbb5c0aa9f55"
CROS_WORKON_TREE="4b825dc642cb6eb9a060e54bf8d69288fbee4904"
CROS_WORKON_PROJECT="chromiumos/third_party/atrusctl"
inherit cros-workon cmake-utils
DESCRIPTION="A tool to interact with an Atrus device from Chromium OS."
HOMEPAGE="http://www.limesaudio.com/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
DEPEND="virtual/libusb:1"
RDEPEND="${DEPEND}"
src_install() {
dosbin "${BUILD_DIR}/src/atrusctl"
}