blob: 19715e92cd42d64511f552f077a704c81e0115e6 [file] [log] [blame]
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit distutils
DESCRIPTION="A utility that checks JavaScript files for style issues"
HOMEPAGE="https://developers.google.com/closure/utilities/"
SRC_URI="http://closure-linter.googlecode.com/files/closure_linter-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
DEPEND="dev-python/setuptools"
RDEPEND=""